Re: bootstrap table with TimestampTz type

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: bootstrap table with TimestampTz type
Дата
Msg-id 20090520194058.GE5368@alvh.no-ip.org
обсуждение исходный текст
Ответ на bootstrap table with TimestampTz type  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы 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>)
Список 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 по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: bootstrap table with TimestampTz type
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Feedback on writing extensible modules