Content-Length: 256762 | pFad | http://github.com/postgrespro/postgres_cluster/commit/06e184876bc07c2b1d7144957dcf02c5b4f709c2

AA psql: Fix incorrect version check for table partitining. · postgrespro/postgres_cluster@06e1848 · GitHub
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)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/06e184876bc07c2b1d7144957dcf02c5b4f709c2

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy