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

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

Yeah, eventually we're going to need timestamps in autovacuum scheduler
catalogs too, so if it's solved for good, all the better.

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


pgsql-hackers by date:

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