works.
- If you used pg_dumpall, move the old directories out of the
+ If you used pg_dumpall, move the old directory out of the
way. Type the following:
> mv /usr/local/pgsql /usr/local/pgsql.old
then the above was necessary. Simply do this step then.
- 9. Create the database installation (the working data files). To do this
+ 9. If you moved the old directory out of the way,
+ create the database installation (the working data files). To do this
you must log in to your PostgreSQL superuser account. It will not work
as root.
- If you used pg_dumpall, move the old directories out of the way.
+ If you used pg_dumpall, move the old directory out of the way.
Type the following:
> mv /usr/local/pgsql /usr/local/pgsql.old
- Create the database installation (the working data files).
+ If you moved the old directory out of the way,
+ create the database installation (the working data files).
To do this you must log in to your
PostgreSQL superuser account. It will not
work as root.
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.111 2000/06/05 07:28:42 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/commands/copy.c,v 1.112 2000/06/05 17:07:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
if (from)
{ /* copy from file to database */
if (rel->rd_rel->relkind == RELKIND_SEQUENCE)
- elog(ERROR, "You can't change sequence relation %s", relname);
+ elog(ERROR, "You cannot change sequence relation %s", relname);
if (pipe)
{
if (IsUnderPostmaster)