Question about creating functions

From: Robert Stachurski <zloty(at)home(dot)altech(dot)com(dot)pl>
To: pgsql-general(at)postgresql(dot)org
Subject: Question about creating functions
Date: 2000-11-21 15:09:05
Message-ID: Pine.BSF.4.21.0011211607360.56275-100000@home.altech.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I'm trying to write any function which returns chars or few columns from
table but it dosn't work.

This my sample function and it doesn't, work meybe somebody can help me
and
tell what I'm doing wrong.

CREATE FUNCTION one(int4) RETURNS int4 AS 'select id from s_url where
id_url=$1;' LANGUAGE 'sql'

id is int4 and primary key
id is int4

and second question:
did I in good way sending parameters to the function.

Maybe sombady have few sample function which could send me, or same manual
files(but other than that which are in pgman).
Thanks
Robert

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2000-11-21 15:29:06 Re: [HACKERS] (download ANSI SQL benchmark?) Re: Postgres article
Previous Message Poul L. Christiansen 2000-11-21 15:03:07 Re: What is the size of DB in Postgresql??