diff --git a/src/bin/psql/describe.c b/src/bin/psql/describe.c index f0d955be4f..a582a37953 100644 --- a/src/bin/psql/describe.c +++ b/src/bin/psql/describe.c @@ -1808,7 +1808,7 @@ describeOneTableDetails(const char *schemaname, } /* Make footers */ - if (pset.sversion >= 90600) + if (pset.sversion >= 100000) { /* Get the partition information */ PGresult *result;