pg_dumpall (7.3) 'public' schema bug

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg_dumpall (7.3) 'public' schema bug
Date: 2004-11-15 16:17:51
Message-ID: 20041115101751.H21241@mofo.meme.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

Went to upgrade from postgresql (RedHat's postgresql
rh-postgresql-7.3.6-7) to Fedora core 3 postgresql
7.4.6-1 and encountered a problem. If nothing else this
is worth a note on the 7.4 upgrade doc page.

I deleted the 'public' schema from my databases
in 7.3, now in 7.4 they are back. I suppose it is remotely
possible that I really didn't delete 'public' in 7.3,
I can't recall the last time I looked, but I'm sure
I must have checked at the time I deleted public.

Ran pg_dumpall on 7.3. After feeding the ouput to psql
on 7.4 I got:

$ psql babase
Welcome to psql 7.4.6, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit

babase=> select * from pg_namespace;
nspname | nspowner
|
nspacl
--------------------+----------+---------------------------------------------------------------------------------------------------------------
pg_toast | 1 | pg_temp_1 | 1 |
pg_catalog | 1 | {postgres=U*C*/postgres,=U/postgres}
public | 1 | {postgres=U*C*/postgres,=UC/postgres}
information_schema | 1 | {postgres=U*C*/postgres,=U/postgres}
babase | 100 |
{babase_admin=U*C*/babase_admin,"group
babase_editors=U/babase_admin","group babase_readers=U/babase_admin"}
sandbox | 100 |
{babase_admin=U*C*/babase_admin,"group
babase_editors=UC/babase_admin","group babase_readers=U/babase_admin"}
(7 rows)

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Karl O. Pinc 2004-11-15 16:18:08 pg_dumpall (7.3) two search_path schema bugs
Previous Message PostgreSQL Bugs List 2004-11-15 16:03:14 BUG #1319: Windows LIB file libecpg.lib not in build or package