duplicating and date problem - Mailing list pgsql-general

From Boris Köster
Subject duplicating and date problem
Date
Msg-id 19414891112.20020313102509@x-itec.de
Whole thread Raw
List 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


pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: transacction problem
Next
From: "Jules Alberts"
Date:
Subject: Re: Automatic mod time?