pl/pgsql - Mailing list pgsql-general

From Juan
Subject pl/pgsql
Date
Msg-id 004501c0cbfb$78683920$27012a0a@tribctas.gba.gov.ar
Whole thread Raw
In response to Byte code, large objects, client/server, SQL, ODBC  (Christian Bucanac <christian.bucanac@mindark.com>)
Responses Re: pl/pgsql
List 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


pgsql-general by date:

Previous
From: Christian Bucanac
Date:
Subject: Byte code, large objects, client/server, SQL, ODBC
Next
From: "Lark"
Date:
Subject: Can store binary data?