Question about function - Mailing list pgsql-general

From Robert Stachurski
Subject Question about function
Date
Msg-id Pine.BSF.4.21.0011161513220.12733-100000@home.altech.com.pl
Whole thread Raw
List 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 dosn't work meybe sombady 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


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: trouble migrating from 6.3.2 (IRIX) to 7.0.2 (Linux)
Next
From: "Richard Huxton"
Date:
Subject: Re: Trouble With Strings