Thread: initdb problem on NT with 7.0
Hello,
Running initdb of 7.0 beta1 on NT I got a problem with 'oid8' type. I've attached a simple and debug output of initdb.
Thanks for any help,
Alexei.
Attachment
oid8 type should be gone in 7.0. My guess is that some of the old files are still around. [Charset utf-8 unsupported, skipping...] [Attachment, skipping...] [Attachment, skipping...] -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Will there be, or is someone working on a "SETUP.EXE" for Win32 PostgreSQL? Bruce Momjian wrote: > oid8 type should be gone in 7.0. My guess is that some of the old files > are still around. > > [Charset utf-8 unsupported, skipping...] > > [Attachment, skipping...] > > [Attachment, skipping...] > > -- > Bruce Momjian | http://www.op.net/~candle > pgman@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > ************
Of cource, I mean a non Cygwin Win32 port. Fredrick Bartlett wrote: > Will there be, or is someone working on a "SETUP.EXE" for Win32 PostgreSQL? > > Bruce Momjian wrote: > > > oid8 type should be gone in 7.0. My guess is that some of the old files > > are still around. > > > > [Charset utf-8 unsupported, skipping...] > > > > [Attachment, skipping...] > > > > [Attachment, skipping...] > > > > -- > > Bruce Momjian | http://www.op.net/~candle > > pgman@candle.pha.pa.us | (610) 853-3000 > > + If your life is a hard drive, | 830 Blythe Avenue > > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > > > ************
> Of cource, I mean a non Cygwin Win32 port. > > Fredrick Bartlett wrote: > > > Will there be, or is someone working on a "SETUP.EXE" for Win32 PostgreSQL? No one is working on a non-Cgywin32 port. Too hard, I think. -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
That can't be true, MySQL did it!!! Bruce Momjian wrote: > > Of cource, I mean a non Cygwin Win32 port. > > > > Fredrick Bartlett wrote: > > > > > Will there be, or is someone working on a "SETUP.EXE" for Win32 PostgreSQL? > > No one is working on a non-Cgywin32 port. Too hard, I think. > > -- > Bruce Momjian | http://www.op.net/~candle > pgman@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
> That can't be true, MySQL did it!!! Why don't you send me a patch. :-) Until a patch shows up, I will stick to my opinion. -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
> > That can't be true, MySQL did it!!! > > Why don't you send me a patch. :-) > > Until a patch shows up, I will stick to my opinion. It basically isn't worth re-inventing what cgywin does. -- Bruce Momjian | http://www.op.net/~candle pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Thank you for the hint. I have lumped together environment for 6.5.3 which was on my computer and 7.0. Now oid8 is really gone. But the problem still exists. Postgres returns a fatal error when views are being made. I removed "-o /dev/null" from PGSQL_OPT to make it visible. The most interesting thing is that if I comment out the creation of pg_user view, pg_rules is created OK, but I have the same error on the next view. Thanks, Alexei. ----- Original Message ----- From: "Bruce Momjian" <pgman@candle.pha.pa.us> To: "Alexei Zakharov" <A.S.Zakharov@inp.nsk.su> Cc: "PostgreSQL-ports" <pgsql-ports@postgreSQL.org> Sent: Monday, February 28, 2000 2:25 PM Subject: Re: [PORTS] initdb problem on NT with 7.0 > oid8 type should be gone in 7.0. My guess is that some of the old files > are still around. > > [Charset utf-8 unsupported, skipping...] > > [Attachment, skipping...] > > [Attachment, skipping...] > > > -- > Bruce Momjian | http://www.op.net/~candle > pgman@candle.pha.pa.us | (610) 853-3000 > + If your life is a hard drive, | 830 Blythe Avenue > + Christ can be your backup. | Drexel Hill, Pennsylvania 19026 > > ************