pl/pgsql

From: "Juan" <jcorta(at)tribctas(dot)gba(dot)gov(dot)ar>
To: <pgsql-general(at)postgresql(dot)org>
Subject: pl/pgsql
Date: 2001-04-23 13:44:08
Message-ID: 004501c0cbfb$78683920$27012a0a@tribctas.gba.gov.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

helo list,

does anyone know where i found documentation about pl/pgsql ?

i have a variable typed date and i need to get day month and year, how can i
do that?
e.g:

function test(date)
day = day($1);
month = month ($1);
year = year($1);

thanks

Juan

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joel Burton 2001-04-23 13:52:16 Re: pl/pgsql
Previous Message Christian Bucanac 2001-04-23 12:51:14 Byte code, large objects, client/server, SQL, ODBC