Skip to content

Commit 552d593

Browse files
committed
Update for 7.0.2.
1 parent 154c0a0 commit 552d593

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

INSTALL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
199199

200200
works.
201201

202-
If you used pg_dumpall, move the old directories out of the
202+
If you used pg_dumpall, move the old directory out of the
203203
way. Type the following:
204204

205205
> mv /usr/local/pgsql /usr/local/pgsql.old
@@ -250,7 +250,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
250250

251251
then the above was necessary. Simply do this step then.
252252

253-
9. Create the database installation (the working data files). To do this
253+
9. If you moved the old directory out of the way,
254+
create the database installation (the working data files). To do this
254255
you must log in to your PostgreSQL superuser account. It will not work
255256
as root.
256257

doc/src/sgml/install.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.44 2000/06/05 10:57:57 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.45 2000/06/05 17:07:53 momjian Exp $
33
-->
44

55
<chapter id="install">
@@ -326,7 +326,7 @@ All of PostgreSQL is successfully made. Ready to install.
326326
</tip>
327327

328328
<para>
329-
If you used pg_dumpall, move the old directories out of the way.
329+
If you used pg_dumpall, move the old directory out of the way.
330330
Type the following:
331331
<programlisting>
332332
&gt; mv /usr/local/pgsql /usr/local/pgsql.old
@@ -392,7 +392,8 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
392392

393393
<step performance="required">
394394
<para>
395-
Create the database installation (the working data files).
395+
If you moved the old directory out of the way,
396+
create the database installation (the working data files).
396397
To do this you must log in to your
397398
<productname>PostgreSQL</productname> superuser account. It will not
398399
work as root.

src/backend/commands/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.111 2000/06/05 07:28:42 tgl Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.112 2000/06/05 17:07:56 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -307,7 +307,7 @@ DoCopy(char *relname, bool binary, bool oids, bool from, bool pipe,
307307
if (from)
308308
{ /* copy from file to database */
309309
if (rel->rd_rel->relkind == RELKIND_SEQUENCE)
310-
elog(ERROR, "You can't change sequence relation %s", relname);
310+
elog(ERROR, "You cannot change sequence relation %s", relname);
311311
if (pipe)
312312
{
313313
if (IsUnderPostmaster)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy