diff options
| author | Bruce Momjian <bruce@momjian.us> | 1998-03-14 21:58:09 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1998-03-14 21:58:09 +0000 |
| commit | 3674ccdf95037c0dcbfcae38f02bf3fdd2080acd (patch) | |
| tree | 046161095fe63aa3a7fbb98c3c7f8fdc6c29c0ae /src/bin/pg_dump | |
| parent | 12429af0272605f7c6b7e29ec07db55a13bacd56 (diff) | |
| download | postgresql-3674ccdf95037c0dcbfcae38f02bf3fdd2080acd.tar.gz | |
Change Postgres95 to PostgreSQL. Update CLUSTER manual page.
Diffstat (limited to 'src/bin/pg_dump')
| -rw-r--r-- | src/bin/pg_dump/README | 4 | ||||
| -rw-r--r-- | src/bin/pg_dump/pg_dump.c | 4 | ||||
| -rw-r--r-- | src/bin/pg_dump/pg_dump.h | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/bin/pg_dump/README b/src/bin/pg_dump/README index 17c433c898..f34f45a754 100644 --- a/src/bin/pg_dump/README +++ b/src/bin/pg_dump/README @@ -11,9 +11,9 @@ To build: % gmake clean install -This version of the program will read in your postgres95 database and +This version of the program will read in your postgreSQL database and output the schema and the data tuples in SQL. The dumps are useful -for moving from one postgres95 installation to another. +for moving from one postgreSQL installation to another. How to use pg_dump: diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index 9e1b78a60f..3d9732e0b1 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -21,7 +21,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.64 1998/02/26 04:38:54 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.65 1998/03/14 21:57:22 momjian Exp $ * * Modifications - 6/10/96 - dave@bensoft.com - version 1.13.dhb * @@ -2681,7 +2681,7 @@ dumpIndices(FILE *fout, IndInfo *indinfo, int numIndices, * * We only need to do this for POSTGRES 4.2 databases since the * COPY TO statment doesn't escape newlines properly. It's been fixed - * in Postgres95. + * in PostgreSQL. * * the attrmap passed in tells how to map the attributes copied in to the * attributes copied out diff --git a/src/bin/pg_dump/pg_dump.h b/src/bin/pg_dump/pg_dump.h index 38da913d98..03636d4501 100644 --- a/src/bin/pg_dump/pg_dump.h +++ b/src/bin/pg_dump/pg_dump.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pg_dump.h,v 1.30 1998/02/26 04:39:01 momjian Exp $ + * $Id: pg_dump.h,v 1.31 1998/03/14 21:57:26 momjian Exp $ * * Modifications - 6/12/96 - dave@bensoft.com - version 1.13.dhb.2 * @@ -176,7 +176,7 @@ extern char g_opaque_type[10]; /* name for the opaque type */ /* pg_dump is really two programs in one one version works with postgres v4r2 - and the other works with postgres95 + and the other works with postgreSQL the common routines are declared here */ /* |
