From 8e1776d0a4358da29466d16dcc74b8427944e186 Mon Sep 17 00:00:00 2001 From: ChrisYuan Date: Wed, 4 Jul 2018 22:01:57 +0800 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4c0ad321..b2f8853f24 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ make distclean PXF is an extension framework for GPDB to enable fast access to external hadoop datasets. Refer to [PXF extension](https://github.com/greenplum-db/gpdb/tree/master/gpAux/extensions/pxf) for more information. -Currently, GPDPB is built with PXF by default (--enable-pxf is on). +Currently, GPDB is built with PXF by default (--enable-pxf is on). In order to build GPDB without pxf, simply invoke `./configure` with additional option `--disable-pxf`. PXF requires curl, so `--enable-pxf` is not compatible with the `--without-libcurl` option. -- GitLab