From 90405dbc1eaf4cc6669036234a826f4f259cc38a Mon Sep 17 00:00:00 2001 From: Xin Zhang Date: Fri, 29 Jan 2016 05:27:37 -0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6672aa4c88..b44f40aaef 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,12 @@ Only need to change the `configure` with additional option `--enable-orca`. ./configure --enable-orca --with-perl --with-python --with-libxml --prefix=/usr/local/gpdb ``` +Once build and started, run `psql` and check the GPOPT (e.g. GPORCA) version: + +``` +select gp_opt_version(); +``` + ## Regression tests * The default regression tests -- GitLab