From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Zsolt Pfiszter <zsolt(dot)pfiszter(at)hu(dot)ibm(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: posgresql 8.0 RC1 missing schemas |
Date: | 2004-12-17 17:06:01 |
Message-ID: | 20787.1103303161@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Zsolt Pfiszter <zsolt(dot)pfiszter(at)hu(dot)ibm(dot)com> writes:
> We have compiled 8.0 RC1 on SLES 7.0 S/390 2.2.16 kernel, gcc version:
> 2.95.2
> We run initdb command without error. It created a DB directory structure,
> but didn't create some schemas in template1.
Hmm, somebody reported something similar a couple days ago, but the
report was sufficiently confused that I kinda thought it was pilot error
of some sort. No, we don't know what's going on ...
> template1=# select * from pg_catalog.pg_tablespace;
> ERROR: relation "pg_catalog.pg_tablespace" does not exist.
Does it work if you just say "select * from pg_tablespace"? What do you
get from "select * from pg_namespace"?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Thomer M. Gil | 2004-12-17 18:38:02 | syntax error causes crafted data to be executed in shell |
Previous Message | Ken Johanson | 2004-12-17 15:21:24 | Re: BUG #1350: Backslash ecape charcter violates ISO/ANSI |