Re: bootstrap table with TimestampTz type

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bootstrap table with TimestampTz type
Date: 2009-05-20 19:57:01
Message-ID: 162867790905201257w24b97919y7f204394293e135f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2009/5/20 Alvaro Herrera <alvherre(at)commandprompt(dot)com>:
> 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 solution?
>
> See pg_authid.h ... is that not enough?

thank you, it'is it

regards
Pavel

>
> --
> Alvaro Herrera                                http://www.CommandPrompt.com/
> The PostgreSQL Company - Command Prompt, Inc.
>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-05-20 19:58:38 Re: bootstrap table with TimestampTz type
Previous Message Dimitri Fontaine 2009-05-20 19:51:18 Re: Feedback on writing extensible modules