Make sure all files end with a newline.
CREATE OPERATOR
</REFNAME>
<REFPURPOSE>
- Defines a new user operator.
+ Defines a new user operator
</REFPURPOSE>
<REFSYNOPSISDIV>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
CREATE RULE
</REFNAME>
<REFPURPOSE>
- Defines a new rule.
+ Defines a new rule
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
CREATE SEQUENCE
</REFNAME>
<REFPURPOSE>
- creates a new sequence number generator.
+ Creates a new sequence number generator
</REFPURPOSE>
<REFSYNOPSISDIV>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
CREATE TABLE
</REFNAME>
<REFPURPOSE>
- Creates a new table.
+ Creates a new table
</REFPURPOSE>
<REFSYNOPSISDIV>
SQL92
</TITLE>
<PARA>
- In addition to normal CREATE TABLE, SQL92 also supports a
- CREATE TEMPORARY TABLE statement.
+ In addition to normal CREATE TABLE, SQL92 also defines a
+ CREATE TEMPORARY TABLE statement:
</PARA>
<synopsis>
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
) ON COMMIT DELETE ROWS
</programlisting>
<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.
</para>
</TITLE>
<PARA>
SQL92 specifies some additional capabilities for UNIQUE:
+ <para>
Table Constraint definition
</PARA>
<synopsis>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
CREATE TRIGGER
</REFNAME>
<REFPURPOSE>
- CREATE TRIGGER - creates a new trigger.
+ Creates a new trigger
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->
CREATE TYPE
</REFNAME>
<REFPURPOSE>
- CREATE TYPE - defines a new base data type.
+ Defines a new base data type
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
--->
\ No newline at end of file
+-->