Tom Lane escribió:
> Alvaro Herrera <alvhe...@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.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to