Re: bootstrap table with TimestampTz type - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: bootstrap table with TimestampTz type
Date
Msg-id 162867790905201301i2f0f3fceq46b60228e4f78eda@mail.gmail.com
Whole thread Raw
In response to Re: bootstrap table with TimestampTz type  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
2009/5/20 Tom Lane <tgl@sss.pgh.pa.us>:
> Alvaro Herrera <alvherre@commandprompt.com> 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 hack, but if we're going to have timestamptz
> in multiple catalogs, it might be nice to have a cleaner solution.
> Should we make it work like aclitem does (cf genbki.h)?
>

I found, so it was bad shot - In my case is timestamp field not null

I'll look on genbki

thank you
Pavel

>                        regards, tom lane
>


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: bootstrap table with TimestampTz type
Next
From: Tom Lane
Date:
Subject: Re: Feedback on writing extensible modules