8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d56d246 commit 5a6ba62Copy full SHA for 5a6ba62
doc/src/sgml/ref/create_view.sgml
@@ -173,6 +173,10 @@ CREATE VIEW comedies AS
173
FROM films
174
WHERE kind = 'Comedy';
175
</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.
180
</para>
181
</refsect1>
182
0 commit comments