Re: bootstrap table with TimestampTz type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bootstrap table with TimestampTz type
Date: 2009-05-20 19:58:38
Message-ID: 1334.1242849518@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2009-05-20 20:01:06 Re: bootstrap table with TimestampTz type
Previous Message Pavel Stehule 2009-05-20 19:57:01 Re: bootstrap table with TimestampTz type