Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-20 Thread Tom Lane
Zsolt Pfiszter <[EMAIL PROTECTED]> writes: > 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

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-18 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Sat, Dec 18, 2004 at 10:34:31AM +0100, Zsolt Pfiszter wrote: >>> I tried to initdb again, but problem isn't ok. > What happens if you initdb in the C locale? We're wondering if the > Hungarian stuff is causing a problem. Also, would you send me (off-

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-18 Thread Michael Fuhr
On Sat, Dec 18, 2004 at 10:34:31AM +0100, Zsolt Pfiszter wrote: > > 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"

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-18 Thread Zsolt Pfiszter
Subject Re: [BUGS] posgresql 8.0

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-17 Thread Tom Lane
Michael Fuhr <[EMAIL PROTECTED]> writes: > On Fri, Dec 17, 2004 at 12:06:01PM -0500, Tom Lane wrote: >> Zsolt Pfiszter <[EMAIL PROTECTED]> 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

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-17 Thread Michael Fuhr
On Fri, Dec 17, 2004 at 12:06:01PM -0500, Tom Lane wrote: > Zsolt Pfiszter <[EMAIL PROTECTED]> 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 schem

Re: [BUGS] posgresql 8.0 RC1 missing schemas

2004-12-17 Thread Tom Lane
Zsolt Pfiszter <[EMAIL PROTECTED]> 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

[BUGS] posgresql 8.0 RC1 missing schemas

2004-12-17 Thread Zsolt Pfiszter
Hi All! Sorry, if my problem is not a bug, I've searched for a reported issue, but I haven't found one :( 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