Re: bootstrap table with TimestampTz type

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

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?

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimitri Fontaine 2009-05-20 19:51:18 Re: Feedback on writing extensible modules
Previous Message Pavel Stehule 2009-05-20 19:34:45 bootstrap table with TimestampTz type