Re: [SQL] Re: Pregunta acerca de la función COPY de POSTGRES

2012-04-11 Thread Edward Ross
Estas tratando de realizar esta operacion desde un stored procedure? Si es asi, investiga como se hace para concatenar variables tipo character. Creo que simplemente poner tu variable en un comando no es suficiente. Saludos, Edward Ross On 04/11/2012 10:42 AM, yeison garcia wrote

Re: [SQL] problem converting strings to timestamps with time zone

2010-04-29 Thread Edward Ross
Tom Lane wrote: Edward Ross writes: Here is a sandbox example of what I mean. CREATE TABLE test_0 ( string_value varchar(2047), timestamp_value timestamp with time zone ); insert into test_0 (string_value) values ('2010-03-12 17:06:21-0800'), (&

[SQL] problem converting strings to timestamps with time zone

2010-04-28 Thread Edward Ross
e to specify a time zone. But apprently to_timestamp has no way of inputting time zones. Does anyone know of another way? Thanks, Edward Ross -- Sent via pgsql-sql mailing list (pgsql-sql@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql