File tree 6 files changed +18
-15
lines changed 6 files changed +18
-15
lines changed Original file line number Diff line number Diff line change 10
10
CREATE OPERATOR
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- Defines a new user operator.
13
+ Defines a new user operator
14
14
</REFPURPOSE>
15
15
16
16
<REFSYNOPSISDIV>
@@ -413,4 +413,4 @@ sgml-exposed-tags:nil
413
413
sgml-local-catalogs:"/usr/lib/sgml/catalog"
414
414
sgml-local-ecat-files:nil
415
415
End:
416
- -->
416
+ -->
Original file line number Diff line number Diff line change 10
10
CREATE RULE
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- Defines a new rule.
13
+ Defines a new rule
14
14
</REFPURPOSE>
15
15
<REFSYNOPSISDIV>
16
16
<REFSYNOPSISDIVINFO>
@@ -360,4 +360,4 @@ sgml-exposed-tags:nil
360
360
sgml-local-catalogs:"/usr/lib/sgml/catalog"
361
361
sgml-local-ecat-files:nil
362
362
End:
363
- -->
363
+ -->
Original file line number Diff line number Diff line change 10
10
CREATE SEQUENCE
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- creates a new sequence number generator.
13
+ Creates a new sequence number generator
14
14
</REFPURPOSE>
15
15
16
16
<REFSYNOPSISDIV>
@@ -314,4 +314,4 @@ sgml-exposed-tags:nil
314
314
sgml-local-catalogs:"/usr/lib/sgml/catalog"
315
315
sgml-local-ecat-files:nil
316
316
End:
317
- -->
317
+ -->
Original file line number Diff line number Diff line change 10
10
CREATE TABLE
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- Creates a new table.
13
+ Creates a new table
14
14
</REFPURPOSE>
15
15
16
16
<REFSYNOPSISDIV>
983
983
SQL92
984
984
</TITLE>
985
985
<PARA>
986
- In addition to normal CREATE TABLE, SQL92 also supports a
987
- CREATE TEMPORARY TABLE statement.
986
+ In addition to normal CREATE TABLE, SQL92 also defines a
987
+ CREATE TEMPORARY TABLE statement:
988
988
</PARA>
989
989
<synopsis>
990
990
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
1014
1014
) ON COMMIT DELETE ROWS
1015
1015
</programlisting>
1016
1016
<para>
1017
- TIP: In the current release of PostgreSQL (6.3.2), to create a temporary
1017
+ Temporary tables are not currently available in <productname>Postgres</productname>.
1018
+ <para>
1019
+ TIP: In the current release of <productname>Postgres</productname> (v6.3.2), to create a temporary
1018
1020
table you must create and drop the table by explicit commands.
1019
1021
</para>
1020
1022
1027
1029
</TITLE>
1028
1030
<PARA>
1029
1031
SQL92 specifies some additional capabilities for UNIQUE:
1032
+ <para>
1030
1033
Table Constraint definition
1031
1034
</PARA>
1032
1035
<synopsis>
@@ -1301,4 +1304,4 @@ sgml-exposed-tags:nil
1301
1304
sgml-local-catalogs:"/usr/lib/sgml/catalog"
1302
1305
sgml-local-ecat-files:nil
1303
1306
End:
1304
- -->
1307
+ -->
Original file line number Diff line number Diff line change 10
10
CREATE TRIGGER
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- CREATE TRIGGER - creates a new trigger.
13
+ Creates a new trigger
14
14
</REFPURPOSE>
15
15
<REFSYNOPSISDIV>
16
16
<REFSYNOPSISDIVINFO>
@@ -244,4 +244,4 @@ sgml-exposed-tags:nil
244
244
sgml-local-catalogs:"/usr/lib/sgml/catalog"
245
245
sgml-local-ecat-files:nil
246
246
End:
247
- -->
247
+ -->
Original file line number Diff line number Diff line change 10
10
CREATE TYPE
11
11
</REFNAME>
12
12
<REFPURPOSE>
13
- CREATE TYPE - defines a new base data type.
13
+ Defines a new base data type
14
14
</REFPURPOSE>
15
15
<REFSYNOPSISDIV>
16
16
<REFSYNOPSISDIVINFO>
@@ -435,4 +435,4 @@ sgml-exposed-tags:nil
435
435
sgml-local-catalogs:"/usr/lib/sgml/catalog"
436
436
sgml-local-ecat-files:nil
437
437
End:
438
- -->
438
+ -->
You can’t perform that action at this time.
0 commit comments