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

From Alvaro Herrera
Subject Re: bootstrap table with TimestampTz type
Date
Msg-id 20090520194058.GE5368@alvh.no-ip.org
Whole thread Raw
In response to bootstrap table with TimestampTz type  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: bootstrap table with TimestampTz type  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: bootstrap table with TimestampTz type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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.


pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: bootstrap table with TimestampTz type
Next
From: Dimitri Fontaine
Date:
Subject: Re: Feedback on writing extensible modules