1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Use double quotes rather than double quotes for libpq target anchors.

Per observation from Tom Lane that the previous patch to these files was
not consistent with what is done elsewhere in the docs.
This commit is contained in:
Robert Haas
2010-08-10 02:57:19 +00:00
parent 63c232b505
commit 206a42a7eb
2 changed files with 147 additions and 147 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.49.2.1 2010/08/09 12:00:53 rhaas Exp $ --> <!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.49.2.2 2010/08/10 02:57:19 rhaas Exp $ -->
<chapter id="largeObjects"> <chapter id="largeObjects">
<title id="largeObjects-title">Large Objects</title> <title id="largeObjects-title">Large Objects</title>
@ -84,7 +84,7 @@
<application>libpq</application> library. <application>libpq</application> library.
</para> </para>
<sect2 id='lo-create'> <sect2 id="lo-create">
<title>Creating a Large Object</title> <title>Creating a Large Object</title>
<para> <para>