]> granicus.if.org Git - postgresql/commitdiff
Add some missing SGML markup.
authorNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 13:42:01 +0000 (13:42 +0000)
committerNeil Conway <neilc@samurai.com>
Wed, 27 Jul 2005 13:42:01 +0000 (13:42 +0000)
doc/src/sgml/ref/pg_restore.sgml

index d4a1a3e0f0594fc08a5b9ae612e01f98ef92694a..ec19d8e784458ec3a2d9c287f1f488d2c4d2e33a 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.54 2005/07/25 22:12:31 tgl Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_restore.sgml,v 1.55 2005/07/27 13:42:01 neilc Exp $ -->
 
 <refentry id="APP-PGRESTORE">
  <refmeta>
       <term><option>--use-set-session-authorization</option></term>
       <listitem>
        <para>
-        Output SQL standard SET SESSION AUTHORIZATION commands instead of
-        ALTER OWNER commands.  This makes the dump more standards compatible,
-        but depending on the history of the objects in the dump, may not
-        restore properly.
+        Output SQL standard <command>SET SESSION AUTHORIZATION</>
+        commands instead of <command>ALTER OWNER</> commands.  This
+        makes the dump more standards compatible, but depending on the
+        history of the objects in the dump, may not restore properly.
        </para>
       </listitem>
      </varlistentry>