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

Commit5a6ba62

Browse files
committed
Document that CREATE VIEW that uses "*" for the column list will not
auto-add columns later added to the base table.
1 parentd56d246 commit5a6ba62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎doc/src/sgml/ref/create_view.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ CREATE VIEW comedies AS
173173
FROM films
174174
WHERE kind = 'Comedy';
175175
</programlisting>
176+
This will create a view containing the columns that are in the
177+
<literal>film</> table at the time of view creation. Though
178+
<literal>*</> was used to create the view, columns added later to
179+
the table will not be part of the view.
176180
</para>
177181
</refsect1>
178182

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp