Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06e1848

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 parent563d575 commit06e1848

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)

[8]ページ先頭

©2009-2025 Movatter.jp