Add entries for introduction chapter components such as Y2K statement.
authorThomas G. Lockhart
Thu, 7 Jan 1999 03:05:01 +0000 (03:05 +0000)
committerThomas G. Lockhart
Thu, 7 Jan 1999 03:05:01 +0000 (03:05 +0000)
Use a  rather than  when referring to libpq
 since that chapter is not included in the tutorial.

doc/src/sgml/start.sgml
doc/src/sgml/tutorial.sgml

index 5861500984faa737bde21fafa5c2baa0da2e586c..12390f04dbbcf1dc779c5ae497e0c7e265d107f2 100644 (file)
@@ -226,7 +226,7 @@ running the Postgres  terminal  monitor  programs
         library.   This  allows  you  to submit SQL commands
         from C and get answers and status messages  back  to
         your  program.   This interface is discussed further
-        in <xref linkend="libpq" endterm="libpq">.
+        in <citetitle>The PostgreSQL Programmer's Guide>.
 
 
 
@@ -274,7 +274,8 @@ mydb=> \g
 
      This  tells  the  server  to process the query.  If you
      terminate your query with a semicolon, the  \g is  not
-     necessary.   psql will automatically process semicolon terminated queries.
+     necessary.
+     psql will automatically process semicolon terminated queries.
      To read queries from a file,  say  myFile,  instead  of
      entering them interactively, type:
 
@@ -314,3 +315,20 @@ mydb=> \q
 
 
 
+
+
index 5873a377726afb8e8cdb3d2fc134a13441423b04..3cedf0aefa5fac904ff13639738a9ac60c45ebc9 100644 (file)
@@ -5,6 +5,14 @@
 -
 - -->
 
+
+
+
+
+
+
+
+