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

Commite6bd7aa

Browse files
committed
Doc: mention limitation of the number of resultset columns
The PostgreSQL limitations section of the documents mentioned the limiton the number of columns that can exist in a table. Users might besurprised to find that there's also a limit on the number of columns thatcan exist in a targetlist. Users may experience restrictions whichsurprise them if they happened to select a large number of columns fromseveral tables with many columns. Here we document that there is alimitation on this and mention what that limit actually is.Wording proposal by Alvaro HerreraReported-by: Vladimir SitnikovAuthor: Dave CrammerReviewed-by: Tom LaneDiscussion:https://postgr.es/m/CAB=Je-E18aTYpNqje4mT0iEADpeGLSzwUvo3H9kRRuDdsNo4aQ@mail.gmail.comBackpatch-through: 12, where the limitations section was added
1 parentc73748b commite6bd7aa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎doc/src/sgml/limits.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
below</entry>
6363
</row>
6464

65+
<row>
66+
<entry>columns in a result set</entry>
67+
<entry>1664</entry>
68+
<entry></entry>
69+
</row>
70+
6571
<row>
6672
<entry>field size</entry>
6773
<entry>1 GB</entry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp