Re: [Pgsql-ayuda] dateadd(text,int,date)

From: "sandrigo lezcano" <psql(at)msa(dot)com(dot)py>
To: "Alvaro Herrera Munoz" <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: <Pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [Pgsql-ayuda] dateadd(text,int,date)
Date: 2003-06-13 15:30:55
Message-ID: 030b01c331c0$c80071a0$2508000a@atellov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

----- Original Message -----
From: "Alvaro Herrera Munoz"
> select dateadd('months'::text, -5, '2003-11-06'::date);

resultado:-------------
dbtests=# select dateadd('months'::text,-5,'2003-11-06'::date);
ERROR: Function dateadd(text, integer, date) does not exist
Unable to identify a function that satisfies the given argument types
You may need to add explicit typecasts

diferencia:---
..me reconocio!! los argumentos ..solo eso...

sandrigo

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Manuel Sugawara 2003-06-13 15:45:51 Re: [Pgsql-ayuda] Esquema de seguridad (mas informacion)
Previous Message felipe de Jesús Molina Bravo 2003-06-13 14:49:29 Re: [Pgsql-ayuda] Esquema de seguridad (mas informacion)