Re: Newbie question: How to CREATE FUNCTION - Mailing list pgsql-sql

From Victor Yegorov
Subject Re: Newbie question: How to CREATE FUNCTION
Date
Msg-id 20030515023721.GG1549@nordlb.lv
Whole thread Raw
In response to Newbie question: How to CREATE FUNCTION  ("Steven Chau" <stevenc@astri.org>)
List pgsql-sql
* Steven Chau <stevenc@astri.org> [15.05.2003 05:09]:
> 
> Hi,
> 
> I am new to PostgreSQL. So, please forgive my ignorane.
> 
> Can anyone tell me how to create a FUNCTION in PostgreSQL that performs the
> same duty as the following MsSQL stored procedure?

Go to

www.postgresql.org/docs/

and select interactive documentation for your version of Postgres.

SQL commands are described in Reference Manual.
Procedural languages and Server-side programming - in Programmer's manual.

Also, take a glance at `createlang' in section `Client applications' of
Reference manual.

-- 

Victor Yegorov


pgsql-sql by date:

Previous
From: "Steven Chau"
Date:
Subject: Newbie question: How to CREATE FUNCTION
Next
From: Joe Conway
Date:
Subject: Re: Newbie question: How to CREATE FUNCTION