diff options
Diffstat (limited to 'src/bin/pg_dump/pg_dump.c')
-rw-r--r-- | src/bin/pg_dump/pg_dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index de01df421d4..0f7419a6533 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -12,7 +12,7 @@ * by PostgreSQL * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.506 2008/12/04 17:51:27 petere Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_dump.c,v 1.507 2008/12/11 07:34:08 petere Exp $ * *------------------------------------------------------------------------- */ @@ -274,7 +274,7 @@ main(int argc, char **argv) {NULL, 0, NULL, 0} }; - set_pglocale_pgservice(argv[0], "pg_dump"); + set_pglocale_pgservice(argv[0], PG_TEXTDOMAIN("pg_dump")); g_verbose = false; |