Is it just me...?

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Is it just me...?
Date: 1998-03-08 22:59:29
Message-ID: Pine.NEB.3.95.980308175822.29397F-100000@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


\connect template1
select datdba into table tmp_pguser from pg_database where datname =
'temp
late1';
delete from pg_user where usesysid <> tmp_pguser.datdba;
drop table tmp_pguser;
copy pg_user from stdin;
root 0 f t f t
acctng 103 f t f t
nobody 65534 f t f t
\.
~

This dump from v6.2.1 fails to reload into v6.3...my guess being, of
course, because of the field(s)...have we compensated pg_dump in v6.3 for
this?

Browse pgsql-hackers by date

  From Date Subject
Next Message Brett McCormick 1998-03-08 23:01:20 Re: [HACKERS] dec alpha/64bit stuff
Previous Message The Hermit Hacker 1998-03-08 22:50:20 What is this...?