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
4af1769a
Commit
4af1769a
authored
Apr 14, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor copy-editing.
parent
6d99dbb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+5
-3
No files found.
doc/src/sgml/ref/create_table.sgml
View file @
4af1769a
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.6
4 2003/04/14 15:24:46
tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.6
5 2003/04/14 15:40:02
tgl Exp $
PostgreSQL documentation
-->
...
...
@@ -817,7 +817,7 @@ CREATE TABLE distributors (
<title id="SQL-CREATETABLE-compatibility-title">Compatibility</title>
<para>
The <command>CREATE TABLE</command> co
nforms to SQL92 Intermediate
The <command>CREATE TABLE</command> co
mmand conforms to SQL92
and to a subset of SQL99, with exceptions listed below and in the
descriptions above.
</para>
...
...
@@ -834,6 +834,8 @@ CREATE TABLE distributors (
<productname>PostgreSQL</productname> does not have modules, and
requires each session to issue its own <literal>CREATE TEMPORARY
TABLE</literal> command for each temporary table to be used.
The notion of <literal>GLOBAL</literal> temporary tables found in SQL92
is not in <productname>PostgreSQL</productname> at all.
</para>
<note>
...
...
@@ -845,7 +847,7 @@ CREATE TABLE distributors (
</note>
<para>
The
optional
<literal>ON COMMIT</literal> clause for temporary tables
The <literal>ON COMMIT</literal> clause for temporary tables
also resembles SQL92, but has some differences.
If the <literal>ON COMMIT</> clause is omitted, SQL92 specifies that the
default behavior is <literal>ON COMMIT DELETE ROWS</>. However, the
...
...
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