Re: Please Help me ????

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: utomo restu <utomo(at)linuxmail(dot)org>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Please Help me ????
Date: 2003-05-30 15:02:58
Message-ID: 1054306978.2206.3518.camel@camel
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

First, make sure your running on a version of 7.3, then check out the
following docs:

http://techdocs.postgresql.org/guides/SetReturningFunctions
http://www.gtsm.com/cgi/psearch?page=plpgsql.html;q=plpgsql;j=0;c=0;h=0

Robert Treat

On Fri, 2003-05-30 at 00:08, utomo restu wrote:
>
> Dear All
>
> I'am a new user in postgresql, i want to ask about :
>
> 1. The one who is intended with STORED PROCEDURE,
> how its implement and what its surplus.
> Version POSTGRESQL that how much possess STRORED PROCEDURE.
>
> 2. In when I make the function as follows:
>
> CREATE FUNCTION forward(CHAR(10))
> RETURNS CHAR(10), CHAR(30)
> AS 'select no_id, name FROM address where no_id=$1;'
> Language 'sql';
>
> To step forward orders the error ...
> Which wants I asked, how make a function that can step forward RETURNS More than a column
> (I want to show 2 columns i.e. no_id and Name) ?
>
> thank's
> --
> ______________________________________________
> http://www.linuxmail.org/
> Now with e-mail forwarding for only US$5.95/yr
>
> Powered by Outblaze
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message lexx 2003-05-31 11:20:48 defined max length
Previous Message Bruno Wolff III 2003-05-30 13:15:11 Re: createdb