Re: Schemas not created on restore

From: Mike Nolan <nolan(at)gw(dot)tssi(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane)
Cc: pgsql-general(at)postgresql(dot)org (pgsql general list)
Subject: Re: Schemas not created on restore
Date: 2004-01-15 06:55:42
Message-ID: 200401150655.i0F6theV028706@gw.tssi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Yeah, this is an error in the 7.3 pg_dump logic for schemas. Use the
> pg_dump from the 7.4 installation to dump the 7.3 server, or manually
> edit the dump file ...

When I try to build 7.4.1 on that system, I get the following error
in the regression test:

/home/postgres/src/postgresql-7.4.1/src/test/regress/./tmp_check/install//usr/lo
cal/pgsql/bin/createdb: relocation error: /home/postgres/src/postgresql-7.4.1/sr
c/test/regress/./tmp_check/install//usr/local/pgsql/bin/createdb: undefined symb
ol: get_progname
pg_regress: createdb failed

Do I need to actually install 7.4, or can I just use pg_dump and pg_dumpall
from it? (I get the same 'undefined symbol: get_progname' message when
I try that.)
--
Mike Nolan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Kirkwood 2004-01-15 06:55:51 Log_statement behaviour a little misleading?
Previous Message Chris Travers 2004-01-15 06:33:16 Re: Drawbacks of using BYTEA for PK?