From 5e0ea5225f5a38d269142d840ecc3047290689ba Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Wed, 21 Oct 1998 05:33:41 +0000 Subject: [PATCH] Minor fixes in markup. --- doc/src/sgml/libpq.sgml | 6 ++---- doc/src/sgml/start.sgml | 9 +++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 2291c88ae4..57097a1c5a 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ - -<FileName>libpq</FileName> + +<FileName>libpq</FileName> @@ -1614,7 +1614,6 @@ main() exit_nicely(conn); } PQclear(res); - res = PQexec(conn, "FETCH ALL in mycursor"); if (PQresultStatus(res) != PGRES_TUPLES_OK) { @@ -1636,7 +1635,6 @@ main() printf("%-15s", PQgetvalue(res, i, j)); printf("\n"); } - PQclear(res); /* close the cursor */ diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 520823646b..5861500984 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -215,8 +215,8 @@ createdb: database creation failed on mydb. -running the Postgres terminal monitor programs (e.g. - psql) which allows you to interactively +running the Postgres terminal monitor programs + (e.g. psql) which allows you to interactively enter, edit, and execute SQL commands. @@ -226,12 +226,13 @@ running the Postgres terminal monitor programs (e 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 . -You might want to start up psql, to try out the examples in this manual. +You might want to start up psql, +to try out the examples in this manual. It can be activated for the mydb database by typing the command: -- 2.11.0