Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8b23db94
Commit
8b23db94
authored
Jun 13, 2012
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix description of SQL-standard meaning of CREATE LOCAL TEMP TABLE.
I had this slightly wrong, as noted by Noah Misch.
parent
c3bc76bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+5
-4
No files found.
doc/src/sgml/ref/create_table.sgml
View file @
8b23db94
...
@@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
...
@@ -1306,10 +1306,11 @@ CREATE TABLE employees OF employee_type (
<para>
<para>
The SQL standard also distinguishes between global and local temporary
The SQL standard also distinguishes between global and local temporary
tables, where a local temporary table is only visible within a specific
tables, where a local temporary table has a separate set of contents for
SQL module, though its definition is still shared across sessions. Since
each SQL module within each session, though its definition is still shared
<productname>PostgreSQL</productname> does not support SQL modules, this
across sessions. Since <productname>PostgreSQL</productname> does not
distinction is not relevant in <productname>PostgreSQL</productname>.
support SQL modules, this distinction is not relevant in
<productname>PostgreSQL</productname>.
</para>
</para>
<para>
<para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment