Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Pavel Stehule
so solution is simple as two lines to genbki.sh - there is similar jobs - NameData => name, ... regards Pavel Stehule 2009/5/20 Alvaro Herrera : > Tom Lane escribió: >> Alvaro Herrera writes: >> > Pavel Stehule escribió: >> >> Initdb finish with bug unrecognized type "TimestampTz", because >> >

Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Alvaro Herrera
Tom Lane escribió: > Alvaro Herrera writes: > > Pavel Stehule escribi�: > >> Initdb finish with bug unrecognized type "TimestampTz", because > >> pg_type knows "timestamptz". But I can't to use timestamptz, because > >> the identifier is "TimestampTz". > > > See pg_authid.h ... is that not enough

Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Pavel Stehule
2009/5/20 Tom Lane : > Alvaro Herrera writes: >> Pavel Stehule escribió: >>> Initdb finish with bug unrecognized type "TimestampTz", because >>> pg_type knows "timestamptz". But I can't to use timestamptz, because >>> the identifier is "TimestampTz". > >> See pg_authid.h ... is that not enough? >

Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Tom Lane
Alvaro Herrera writes: > Pavel Stehule escribió: >> Initdb finish with bug unrecognized type "TimestampTz", because >> pg_type knows "timestamptz". But I can't to use timestamptz, because >> the identifier is "TimestampTz". > See pg_authid.h ... is that not enough? That was okay for a one-off ha

Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Pavel Stehule
2009/5/20 Alvaro Herrera : > Pavel Stehule escribió: >> Hello >> >> I have a problem with creating bootstrap table with TimestampTz type. >> >> Initdb finish with bug unrecognized type "TimestampTz", because >> pg_type knows "timestamptz". But I can't to use timestamptz, because >> the identifier i

Re: [HACKERS] bootstrap table with TimestampTz type

2009-05-20 Thread Alvaro Herrera
Pavel Stehule escribió: > Hello > > I have a problem with creating bootstrap table with TimestampTz type. > > Initdb finish with bug unrecognized type "TimestampTz", because > pg_type knows "timestamptz". But I can't to use timestamptz, because > the identifier is "TimestampTz". > > What is good