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
a80f034d
Commit
a80f034d
authored
Aug 15, 1998
by
Thomas G. Lockhart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make minor formatting improvements to statement synopses.
Make sure all files end with a newline.
parent
a9e9f593
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
15 deletions
+18
-15
doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/create_operator.sgml
+2
-2
doc/src/sgml/ref/create_rule.sgml
doc/src/sgml/ref/create_rule.sgml
+2
-2
doc/src/sgml/ref/create_sequence.sgml
doc/src/sgml/ref/create_sequence.sgml
+2
-2
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table.sgml
+8
-5
doc/src/sgml/ref/create_trigger.sgml
doc/src/sgml/ref/create_trigger.sgml
+2
-2
doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/create_type.sgml
+2
-2
No files found.
doc/src/sgml/ref/create_operator.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE OPERATOR
</REFNAME>
<REFPURPOSE>
Defines a new user operator
.
Defines a new user operator
</REFPURPOSE>
<REFSYNOPSISDIV>
...
...
@@ -413,4 +413,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
doc/src/sgml/ref/create_rule.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE RULE
</REFNAME>
<REFPURPOSE>
Defines a new rule
.
Defines a new rule
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
...
...
@@ -360,4 +360,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
doc/src/sgml/ref/create_sequence.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE SEQUENCE
</REFNAME>
<REFPURPOSE>
creates a new sequence number generator.
Creates a new sequence number generator
</REFPURPOSE>
<REFSYNOPSISDIV>
...
...
@@ -314,4 +314,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
doc/src/sgml/ref/create_table.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE TABLE
</REFNAME>
<REFPURPOSE>
Creates a new table
.
Creates a new table
</REFPURPOSE>
<REFSYNOPSISDIV>
...
...
@@ -983,8 +983,8 @@
SQL92
</TITLE>
<PARA>
In addition to normal CREATE TABLE, SQL92 also
support
s a
CREATE TEMPORARY TABLE statement
.
In addition to normal CREATE TABLE, SQL92 also
define
s a
CREATE TEMPORARY TABLE statement
:
</PARA>
<synopsis>
CREATE [ {GLOBAL | LOCAL} ] TEMPORARY TABLE table (
...
...
@@ -1014,7 +1014,9 @@
) 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>
...
...
@@ -1027,6 +1029,7 @@
</TITLE>
<PARA>
SQL92 specifies some additional capabilities for UNIQUE:
<para>
Table Constraint definition
</PARA>
<synopsis>
...
...
@@ -1301,4 +1304,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
doc/src/sgml/ref/create_trigger.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE TRIGGER
</REFNAME>
<REFPURPOSE>
C
REATE TRIGGER - creates a new trigger.
C
reates a new trigger
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
...
...
@@ -244,4 +244,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
doc/src/sgml/ref/create_type.sgml
View file @
a80f034d
...
...
@@ -10,7 +10,7 @@
CREATE TYPE
</REFNAME>
<REFPURPOSE>
CREATE TYPE - defines a new base data type.
Defines a new base data type
</REFPURPOSE>
<REFSYNOPSISDIV>
<REFSYNOPSISDIVINFO>
...
...
@@ -435,4 +435,4 @@ sgml-exposed-tags:nil
sgml-local-catalogs:"/usr/lib/sgml/catalog"
sgml-local-ecat-files:nil
End:
-->
\ No newline at end of file
-->
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