From 67fd5f3c85a4d48414435e1f5d1b4566c5643440 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 19 May 2010 20:20:38 +0000 Subject: Add command-line documentation for pg_upgrade. --- doc/src/sgml/oid2name.sgml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'doc/src/sgml/oid2name.sgml') diff --git a/doc/src/sgml/oid2name.sgml b/doc/src/sgml/oid2name.sgml index d2ab3f4c226..cf73cc9c154 100644 --- a/doc/src/sgml/oid2name.sgml +++ b/doc/src/sgml/oid2name.sgml @@ -1,4 +1,4 @@ - + oid2name @@ -31,16 +31,16 @@ oid2name connects to a target database and extracts OID, filenode, and/or table name information. You can also have it show database OIDs or tablespace OIDs. The program is controlled by - a large number of command-line switches, as shown in - . + a large number of command-line options, as shown in + . - - <application>oid2name</> switches +
+ <application>oid2name</> options - Switch + Option Description @@ -122,8 +122,8 @@ and -t takes a tablename (actually, it's a LIKE pattern, so you can use things like foo%). You can use as many - of these switches as you like, and the listing will include all objects - matched by any of the switches. But note that these switches can only + of these options as you like, and the listing will include all objects + matched by any of the options. But note that these options can only show objects in the database given by -d. @@ -131,7 +131,7 @@ If you don't give any of -o, -f or -t, but do give -d, it will list all tables in the database named by -d. In this mode, the -S and - -i switches control what gets listed. + -i options control what gets listed. -- cgit v1.2.3