@@ -226,7 +226,7 @@ running the <ProductName>Postgres</ProductName> terminal monitor programs
226
226
library. This allows you to submit <Acronym>SQL</Acronym> commands
227
227
from <Acronym>C</Acronym> and get answers and status messages back to
228
228
your program. This interface is discussed further
229
- in <xref linkend="libpq" endterm="libpq" >.
229
+ in <citetitle>The PostgreSQL Programmer's Guide</citetitle >.
230
230
</Para>
231
231
</ListItem>
232
232
</ItemizedList>
@@ -274,7 +274,8 @@ mydb=> \g
274
274
275
275
This tells the server to process the query. If you
276
276
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.
278
279
To read queries from a file, say myFile, instead of
279
280
entering them interactively, type:
280
281
<ProgramListing>
@@ -314,3 +315,20 @@ mydb=> \q
314
315
</Sect1>
315
316
316
317
</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
+ -->
0 commit comments