Re: Newbie question: How to CREATE FUNCTION

Поиск
Список
Период
Сортировка
От Victor Yegorov
Тема Re: Newbie question: How to CREATE FUNCTION
Дата
Msg-id 20030515023721.GG1549@nordlb.lv
обсуждение исходный текст
Ответ на Newbie question: How to CREATE FUNCTION  ("Steven Chau" <stevenc@astri.org>)
Список 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 по дате отправления:

Предыдущее
От: "Steven Chau"
Дата:
Сообщение: Newbie question: How to CREATE FUNCTION
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Newbie question: How to CREATE FUNCTION