From 57bd2775da87c18584de66a2cb2ad0f30dd983e5 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Thu, 7 Jan 1999 03:05:01 +0000 Subject: [PATCH] Add entries for introduction chapter components such as Y2K statement. Use a rather than when referring to libpq since that chapter is not included in the tutorial. --- doc/src/sgml/start.sgml | 22 ++++++++++++++++++++-- doc/src/sgml/tutorial.sgml | 8 ++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 5861500984..12390f04db 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -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 . + in 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 + + diff --git a/doc/src/sgml/tutorial.sgml b/doc/src/sgml/tutorial.sgml index 5873a37772..3cedf0aefa 100644 --- a/doc/src/sgml/tutorial.sgml +++ b/doc/src/sgml/tutorial.sgml @@ -5,6 +5,14 @@ - - --> + + + + + + -- 2.40.0