projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58c69ea
)
Seems the usage message for oid2name calls it pg_oid2name. Fixed.
author
Bruce Momjian
Wed, 3 Mar 2004 14:24:12 +0000
(14:24 +0000)
committer
Bruce Momjian
Wed, 3 Mar 2004 14:24:12 +0000
(14:24 +0000)
contrib/oid2name/oid2name.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/oid2name/oid2name.c
b/contrib/oid2name/oid2name.c
index 76369fd13cb6ef40dbc5a4ffa7403a1ee62bdac4..564448fe00865ede5b3bc76acc2dabd80bbfc2c9 100644
(file)
--- a/
contrib/oid2name/oid2name.c
+++ b/
contrib/oid2name/oid2name.c
@@
-158,7
+158,7
@@
get_opts(int argc, char **argv, struct options * my_opts)
case '?':
case 'h':
fprintf(stderr, "\
-Usage:
pg_
oid2name [-d database [-x] ] [-t table | -o oid]\n\
+Usage: oid2name [-d database [-x] ] [-t table | -o oid]\n\
default action display all databases\n\
-d database database to oid2name\n\
-x display system tables\n\