bootstrap table with TimestampTz type - Mailing list pgsql-hackers

From Pavel Stehule
Subject bootstrap table with TimestampTz type
Date
Msg-id 162867790905201234w1275d40chb209c2f0d6bed8a3@mail.gmail.com
Whole thread Raw
Responses Re: bootstrap table with TimestampTz type  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
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?

Thank You
Pavel


pgsql-hackers by date:

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