duplicating and date problem

From: Boris Köster <koester(at)x-itec(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: duplicating and date problem
Date: 2002-03-13 09:25:09
Message-ID: 19414891112.20020313102509@x-itec.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello pgsql-general,

a) is it possible to duplicate a specific row into another table
(append)?

b) I try to insert a datetime into my table, but I have error
messages -((

SQL:

insert into xyz (datum) values('2002-02-27 15:47:06+01');

gives me:

Warning: PostgreSQL query failed: ERROR: Bad timestamp external representation ''

--
Best regards,
Boris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John Gray 2002-03-13 11:06:55 Re: more about pg_toast growth
Previous Message Jules Alberts 2002-03-13 09:19:26 Re: Automatic mod time?