Skip to content

Commit 57bd277

Browse files
author
Thomas G. Lockhart
committed
Add entries for introduction chapter components such as Y2K statement.
Use a <citetitle> rather than <xref> when referring to libpq since that chapter is not included in the tutorial.
1 parent 6ce5a71 commit 57bd277

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

doc/src/sgml/start.sgml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ running the <ProductName>Postgres</ProductName> terminal monitor programs
226226
library. This allows you to submit <Acronym>SQL</Acronym> commands
227227
from <Acronym>C</Acronym> and get answers and status messages back to
228228
your program. This interface is discussed further
229-
in <xref linkend="libpq" endterm="libpq">.
229+
in <citetitle>The PostgreSQL Programmer's Guide</citetitle>.
230230
</Para>
231231
</ListItem>
232232
</ItemizedList>
@@ -274,7 +274,8 @@ mydb=> \g
274274

275275
This tells the server to process the query. If you
276276
terminate your query with a semicolon, the <Quote>\g</Quote> is not
277-
necessary. <Application>psql</Application> will automatically process semicolon terminated queries.
277+
necessary.
278+
<Application>psql</Application> will automatically process semicolon terminated queries.
278279
To read queries from a file, say myFile, instead of
279280
entering them interactively, type:
280281
<ProgramListing>
@@ -314,3 +315,20 @@ mydb=> \q
314315
</Sect1>
315316

316317
</Chapter>
318+
319+
<!-- Keep this comment at the end of the file
320+
Local variables:
321+
mode: sgml
322+
sgml-omittag:t
323+
sgml-shorttag:t
324+
sgml-minimize-attributes:nil
325+
sgml-always-quote-attributes:t
326+
sgml-indent-step:1
327+
sgml-indent-data:t
328+
sgml-parent-document:nil
329+
sgml-default-dtd-file:"./reference.ced"
330+
sgml-exposed-tags:nil
331+
sgml-local-catalogs:"/usr/lib/sgml/CATALOG"
332+
sgml-local-ecat-files:nil
333+
End:
334+
-->

doc/src/sgml/tutorial.sgml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
-
66
- -->
77
<!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
8+
9+
<!entity about SYSTEM "about.sgml">
10+
<!entity history SYSTEM "history.sgml">
11+
<!entity info SYSTEM "info.sgml">
12+
<!entity legal SYSTEM "legal.sgml">
13+
<!entity notation SYSTEM "notation.sgml">
14+
<!entity y2k SYSTEM "y2k.sgml">
15+
816
<!entity intro SYSTEM "intro.sgml">
917
<!entity arch SYSTEM "arch.sgml">
1018
<!entity start SYSTEM "start.sgml">

0 commit comments

Comments
 (0)