Is it just me...? - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Is it just me...?
Date
Msg-id Pine.NEB.3.95.980308175822.29397F-100000@hub.org
Whole thread Raw
List 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?




pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: What is this...?
Next
From: Brett McCormick
Date:
Subject: Re: [HACKERS] dec alpha/64bit stuff