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 @@
-
- -->
+
+
+
+
+
+