aboutsummaryrefslogtreecommitdiff
path: root/contrib/pg_dumplo/lo_export.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2000-07-03 16:03:27 +0000
committerBruce Momjian <bruce@momjian.us>2000-07-03 16:03:27 +0000
commitd66a8c7c4786c57d6bcff987e00aeb71238ea9a4 (patch)
tree0ebb4f1af5b23e504c509f4f1a5b3d28b06a0a19 /contrib/pg_dumplo/lo_export.c
parentefcff3da16a7337abb158db17c4c91e779e84255 (diff)
downloadpostgresql-d66a8c7c4786c57d6bcff987e00aeb71238ea9a4.tar.gz
postgresql-d66a8c7c4786c57d6bcff987e00aeb71238ea9a4.zip
Very small changes in the contrib's pg_dumplo in the attache.
And: Note, Bruce I found in the contrib tree any files that we forget remove during contrib cleaning. Please remove these files: contrib/lo/test.sql contrib/pg_dumplo/Makefile.out contrib/pgbench/pgbench_jis.doc contrib/spi/new_example.example contrib/spi/README.MAX Thanks. Karel
Diffstat (limited to 'contrib/pg_dumplo/lo_export.c')
-rw-r--r--contrib/pg_dumplo/lo_export.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_dumplo/lo_export.c b/contrib/pg_dumplo/lo_export.c
index 80d401902c1..e18c3ef651e 100644
--- a/contrib/pg_dumplo/lo_export.c
+++ b/contrib/pg_dumplo/lo_export.c
@@ -104,7 +104,7 @@ pglo_export(LODumpMaster *pgLO)
if ((tuples = PQntuples(pgLO->res)) == 0) {
if (!pgLO->quiet && pgLO->action == ACTION_EXPORT_ATTR)
- printf("%s: not large objets in '%s'\n", progname, ll->lo_table);
+ printf("%s: no large objets in '%s'\n", progname, ll->lo_table);
continue;
} else if (check_res(pgLO)) {
@@ -137,7 +137,7 @@ pglo_export(LODumpMaster *pgLO)
}
if (!pgLO->quiet)
- printf("dump %s.%s (%d lagre obj)\n",
+ printf("dump %s.%s (%d large obj)\n",
ll->lo_table, ll->lo_attr, tuples);
}