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

Commit4af1769

Browse files
committed
Minor copy-editing.
1 parent6d99dbb commit4af1769

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.64 2003/04/14 15:24:46 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.65 2003/04/14 15:40:02 tgl Exp $
33
PostgreSQL documentation
44
-->
55

@@ -817,7 +817,7 @@ CREATE TABLE distributors (
817817
<title id="SQL-CREATETABLE-compatibility-title">Compatibility</title>
818818

819819
<para>
820-
The <command>CREATE TABLE</command> conforms to SQL92 Intermediate
820+
The <command>CREATE TABLE</command>commandconforms to SQL92
821821
and to a subset of SQL99, with exceptions listed below and in the
822822
descriptions above.
823823
</para>
@@ -834,6 +834,8 @@ CREATE TABLE distributors (
834834
<productname>PostgreSQL</productname> does not have modules, and
835835
requires each session to issue its own <literal>CREATE TEMPORARY
836836
TABLE</literal> command for each temporary table to be used.
837+
The notion of <literal>GLOBAL</literal> temporary tables found in SQL92
838+
is not in <productname>PostgreSQL</productname> at all.
837839
</para>
838840

839841
<note>
@@ -845,7 +847,7 @@ CREATE TABLE distributors (
845847
</note>
846848

847849
<para>
848-
Theoptional<literal>ON COMMIT</literal> clause for temporary tables
850+
The <literal>ON COMMIT</literal> clause for temporary tables
849851
also resembles SQL92, but has some differences.
850852
If the <literal>ON COMMIT</> clause is omitted, SQL92 specifies that the
851853
default behavior is <literal>ON COMMIT DELETE ROWS</>. However, the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp