We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc3bc76b commit8b23db9Copy full SHA for 8b23db9
doc/src/sgml/ref/create_table.sgml
@@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
1306
1307
<para>
1308
The SQL standard also distinguishes between global and local temporary
1309
- tables, where a local temporary table is only visible within a specific
1310
- SQL module, though its definition is still shared across sessions. Since
1311
- <productname>PostgreSQL</productname> does not support SQL modules, this
1312
- distinction is not relevant in <productname>PostgreSQL</productname>.
+ tables, where a local temporary table has a separate set of contents for
+ each SQL module within each session, though its definition is still shared
+ across sessions. Since <productname>PostgreSQL</productname> does not
+ support SQL modules, this distinction is not relevant in
1313
+ <productname>PostgreSQL</productname>.
1314
</para>
1315
1316