2009/5/20 Tom Lane <[email protected]>: > Alvaro Herrera <[email protected]> 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)? >
I found, so it was bad shot - In my case is timestamp field not null I'll look on genbki thank you Pavel > regards, tom lane > -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
