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

Commit8b23db9

Browse files
committed
Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.
I had this slightly wrong, as noted by Noah Misch.
1 parentc3bc76b commit8b23db9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
13061306

13071307
<para>
13081308
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>.
13131314
</para>
13141315

13151316
<para>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp