File tree Expand file tree <
8000
path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25H9.5v-13Zm12.5 13a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H11v13Z">Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
1306
1306
1307
1307
<para>
1308
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>.
1309
+ tables, where a local temporary table has a separate set of contents for
1310
+ each SQL module within each session, though its definition is still shared
1311
+ across sessions. Since <productname>PostgreSQL</productname> does not
1312
+ support SQL modules, this distinction is not relevant in
1313
+ <productname>PostgreSQL</productname>.
1313
1314
</para>
1314
1315
1315
1316
<para>
You can’t perform that action at this time.
0 commit comments