Add new SQL reference page and the first utility/app reference page
authorThomas G. Lockhart
Wed, 30 Sep 1998 05:38:56 +0000 (05:38 +0000)
committerThomas G. Lockhart
Wed, 30 Sep 1998 05:38:56 +0000 (05:38 +0000)
 converted from the man page.

doc/src/sgml/ref/abort.sgml [new file with mode: 0644]
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/commands.sgml
doc/src/sgml/ref/psql-ref.sgml [new file with mode: 0644]
doc/src/sgml/ref/select.sgml

diff --git a/doc/src/sgml/ref/abort.sgml b/doc/src/sgml/ref/abort.sgml
new file mode 100644 (file)
index 0000000..586b471
--- /dev/null
@@ -0,0 +1,127 @@
+
+
+
+ABORT
+
+SQL - Language Statements
+
+
+
+ABORT
+
+
+Aborts the current transaction
+
+
+
+1998-09-27
+
+
+ABORT
+
+
+
+
+1998-09-27
+
+</div> <div class="diff add">+Inputs</div> <div class="diff add">+
+
+None.
+
+
+
+
+
+1998-09-27
+
+</div> <div class="diff add">+Outputs</div> <div class="diff add">+
+
+
+
+
+
+   ABORT
+
+
+
+          Message returned if successful.
+
+
+
+NOTICE:  UserAbortTransactionBlock and not in in-progress state
+ABORT
+
+
+
+          If there is not any transaction currently in progress.
+
+
+
+
+
+
+
+
+
+1998-09-27
+
+</div> <div class="diff add">+Description</div> <div class="diff add">+
+
+   ABORT rolls back the current transaction and causes
+   all the updates made by the transaction to be discarded. 
+This command is identical
+in behavior to the SQL92 command ROLLBACK,
+and is present only for historical reasons.
+
+
+
+1998-09-27
+
+</div> <div class="diff add">+Notes</div> <div class="diff add">+
+
+Use the COMMIT statement to successfully
+ terminate a transaction.
+
+
+
+
+</div> <div class="diff add">+Usage</div> <div class="diff add">+
+
+
+--To abort all changes
+--
+ABORT WORK;
+
+
+
+
+
+</div> <div class="diff add">+Compatibility</div> <div class="diff add">+
+
+
+
+
+1998-09-27
+
+</div> <div class="diff add">+SQL92</div> <div class="diff add">+
+
+This command is a Postgres extension present
+for historical reasons. ROLLBACK is the SQL92
+equivalent command.
+
+
+
index 5e761b146fc4315fb78cb55014d7a2446edd008e..957c53f5b41f75bf6d0d154cc5aa11a57b337bf0 100644 (file)
@@ -55,6 +55,7 @@
 -->
 
 
+
 
 
 
 
 
 
+
+
+
index 23b25a91de3ff1760341e6d0cce1a634fb4de59d..77fcccf2528432be86e0c9bd80bcf4b5f6e9b2e5 100644 (file)
@@ -1,9 +1,12 @@
-<Chapter>
-Commands
+<chapter id="sql-commands">
+<span class="marked">SQL </span>Commands
 
 
+This is reference information for the SQL
+commands supported by Postgres.
 
 
+&abort;
 &alterTable;
 &alterUser;
 &begin;
@@ -62,6 +65,8 @@
 SQL Functions
 
 
+This chapter provides reference information for the SQL
+functions supported by Postgres.
 
 
 ¤tDate;
 
 
 
+
+Utility Applications
+
+
+This is reference information for the 
+Postgres support utilities.
+
+
+&psqlRef;
+
+