bootstrap table with TimestampTz type

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: bootstrap table with TimestampTz type
Date: 2009-05-20 19:34:45
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-05-20 19:40:58 Re: bootstrap table with TimestampTz type
Previous Message Simon Riggs 2009-05-20 18:51:09 Feedback on writing extensible modules