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

Commit90108c9

Browse files
committed
Document that only user-defined columns are expanded by SELECT *.
1 parentc79003e commit90108c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/queries.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
SELECT * FROM table1;
4242
</programlisting>
4343
Assuming that there is a table called <literal>table1</literal>,
44-
this command would retrieve all rows and all columns from
44+
this command would retrieve all rows and alluser-definedcolumns from
4545
<literal>table1</literal>. (The method of retrieval depends on the
4646
client application. For example, the
4747
<application>psql</application> program will display an ASCII-art

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp