Skip to content

Commit 06e1848

Browse files
committed
psql: Fix incorrect version check for table partitining.
Table partitioning was added in 10, not 9.6. Fabrízio de Royes Mello, per report from Jeff Janes
1 parent 563d575 commit 06e1848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/describe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1808,7 +1808,7 @@ describeOneTableDetails(const char *schemaname,
18081808
}
18091809

18101810
/* Make footers */
1811-
if (pset.sversion >= 90600)
1811+
if (pset.sversion >= 100000)
18121812
{
18131813
/* Get the partition information */
18141814
PGresult *result;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy