mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.
I had this slightly wrong, as noted by Noah Misch.
This commit is contained in:
parent
c3bc76bdb0
commit
8b23db944b
@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
|
||||
|
||||
<para>
|
||||
The SQL standard also distinguishes between global and local temporary
|
||||
tables, where a local temporary table is only visible within a specific
|
||||
SQL module, though its definition is still shared across sessions. Since
|
||||
<productname>PostgreSQL</productname> does not support SQL modules, this
|
||||
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
|
||||
<productname>PostgreSQL</productname>.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user