mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Make minor formatting improvements to statement synopses.
Make sure all files end with a newline.
This commit is contained in:
parent
a9e9f59308
commit
a80f034dc2
@ -10,7 +10,7 @@
|
|||||||
CREATE OPERATOR
|
CREATE OPERATOR
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
Defines a new user operator.
|
Defines a new user operator
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
|
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
CREATE RULE
|
CREATE RULE
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
Defines a new rule.
|
Defines a new rule
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
<REFSYNOPSISDIVINFO>
|
<REFSYNOPSISDIVINFO>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
CREATE SEQUENCE
|
CREATE SEQUENCE
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
creates a new sequence number generator.
|
Creates a new sequence number generator
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
|
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
CREATE TABLE
|
CREATE TABLE
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
Creates a new table.
|
Creates a new table
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
|
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
@ -983,8 +983,8 @@
|
|||||||
SQL92
|
SQL92
|
||||||
</TITLE>
|
</TITLE>
|
||||||
<PARA>
|
<PARA>
|
||||||
In addition to normal CREATE TABLE, SQL92 also supports a
|
In addition to normal CREATE TABLE, SQL92 also defines a
|
||||||
CREATE TEMPORARY TABLE statement.
|
CREATE TEMPORARY TABLE statement:
|
||||||
</PARA>
|
</PARA>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
|
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
|
||||||
@ -1014,7 +1014,9 @@
|
|||||||
) ON COMMIT DELETE ROWS
|
) ON COMMIT DELETE ROWS
|
||||||
</programlisting>
|
</programlisting>
|
||||||
<para>
|
<para>
|
||||||
TIP: In the current release of PostgreSQL (6.3.2), to create a temporary
|
Temporary tables are not currently available in <productname>Postgres</productname>.
|
||||||
|
<para>
|
||||||
|
TIP: In the current release of <productname>Postgres</productname> (v6.3.2), to create a temporary
|
||||||
table you must create and drop the table by explicit commands.
|
table you must create and drop the table by explicit commands.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -1027,6 +1029,7 @@
|
|||||||
</TITLE>
|
</TITLE>
|
||||||
<PARA>
|
<PARA>
|
||||||
SQL92 specifies some additional capabilities for UNIQUE:
|
SQL92 specifies some additional capabilities for UNIQUE:
|
||||||
|
<para>
|
||||||
Table Constraint definition
|
Table Constraint definition
|
||||||
</PARA>
|
</PARA>
|
||||||
<synopsis>
|
<synopsis>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
CREATE TRIGGER
|
CREATE TRIGGER
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
CREATE TRIGGER - creates a new trigger.
|
Creates a new trigger
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
<REFSYNOPSISDIVINFO>
|
<REFSYNOPSISDIVINFO>
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
CREATE TYPE
|
CREATE TYPE
|
||||||
</REFNAME>
|
</REFNAME>
|
||||||
<REFPURPOSE>
|
<REFPURPOSE>
|
||||||
CREATE TYPE - defines a new base data type.
|
Defines a new base data type
|
||||||
</REFPURPOSE>
|
</REFPURPOSE>
|
||||||
<REFSYNOPSISDIV>
|
<REFSYNOPSISDIV>
|
||||||
<REFSYNOPSISDIVINFO>
|
<REFSYNOPSISDIVINFO>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user