From: | Zsolt Pfiszter <zsolt(dot)pfiszter(at)hu(dot)ibm(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Michael Fuhr <mike(at)fuhr(dot)org> |
Subject: | Re: posgresql 8.0 RC1 missing schemas |
Date: | 2004-12-18 09:34:31 |
Message-ID: | OF12D54162.40CBF3B8-ONC1256F6E.00338918-C1256F6E.00349972@hu.ibm.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Dear Tom, and Michael!
Thanks in advance your help!
I tried to initdb again, but problem isn't ok.
our enviroment settings:
postgres# locale
LANG=hungarian
LC_CTYPE="hungarian"
LC_NUMERIC="hungarian"
LC_TIME="hungarian"
LC_COLLATE=POSIX
LC_MONETARY="hungarian"
LC_MESSAGES="hungarian"
LC_ALL=
template1=# select * from pg_namespace;
nspname | nspowner | nspacl
--------------------+----------+-------------------------------------
pg_catalog | 1 | {postgres=UC/postgres,=U/postgres}
public | 1 | {postgres=UC/postgres,=UC/postgres}
information_schema | 1 | {postgres=UC/postgres,=U/postgres}
I think pg_toad is missing ?
If I generate schemas on my PC and copy to our S390, it will OK? ...
Workaround ...
Zsolt Pfiszter
Tom Lane
<tgl(at)sss(dot)pgh(dot)pa(dot)u
s> To
Michael Fuhr <mike(at)fuhr(dot)org>
2004.12.18 06:00 cc
Zsolt Pfiszter/Hungary/IBM(at)IBMHU,
pgsql-bugs(at)postgresql(dot)org
Subject
Re: [BUGS] posgresql 8.0 RC1
missing schemas
Michael Fuhr <mike(at)fuhr(dot)org> writes:
> On Fri, Dec 17, 2004 at 12:06:01PM -0500, Tom Lane wrote:
>> 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 ...
> Both people reporting the problem appear to be in Hungary. Coincidence?
My, that's an interesting point. Zsolt, what locale are you running
initdb under? Does the problem go away if you do it in C locale?
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Fuhr | 2004-12-18 10:04:27 | Re: posgresql 8.0 RC1 missing schemas |
Previous Message | Michael Fuhr | 2004-12-18 07:13:53 | Re: Postgresql 8.0 RC1 not using indexes |