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

From Tom Lane
Subject Re: bootstrap table with TimestampTz type
Date
Msg-id 1334.1242849518@sss.pgh.pa.us
Whole thread Raw
In response to Re: bootstrap table with TimestampTz type  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: bootstrap table with TimestampTz type  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: bootstrap table with TimestampTz type  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
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)?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: bootstrap table with TimestampTz type
Next
From: Pavel Stehule
Date:
Subject: Re: bootstrap table with TimestampTz type