Re: Calling plSQL functions

Поиск
Список
Период
Сортировка
От Lonnie Cumberland
Тема Re: Calling plSQL functions
Дата
Msg-id 20010412141601.58926.qmail@web12506.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: Calling plSQL functions  ("Josh Berkus" <josh@agliodbs.com>)
Список pgsql-sql
I solved the problem Josh.

It had to do with the "select ..." statement in the function and also I needed
to include a "record" variable so the the "select into " could act upon.

Thanks for the help anyway.

Cheers,
Lonnie

--- Josh Berkus <josh@agliodbs.com> wrote:
> Lonnie,
> 
> It may be that you have not linked the PL/pgSQL language in Postgres.
> 
> It may be that you are putting a SELECT statement inside your function.
> 
> It is hard to tell, becuase I am unclear on the problem youa re having,
> exactly.  Here's some terminology to help clarify:
> 
> PL/pgSQL is the extension of SQL written by Jan Wieck used to write
> functions in PostgreSQL.
> 
> PSQL is the command-line interface tool for the PostgreSQL database.
> 
> PL/SQL is a procedure-writing language for Oracle which does not work on
> PostgreSQL at all, although it was the inspiration for PL/pgSQL.
> 
> Please re-state you difficulty, and I can probably help you.
> 
> -Josh Berkus
> 
> 
> ______AGLIO DATABASE SOLUTIONS___________________________
>                                        Josh Berkus
>   Complete information technology      josh@agliodbs.com
>    and data management solutions       (415) 565-7293
>   for law firms, small businesses        fax 621-2533
>     and non-profit organizations.      San Francisco


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/


В списке pgsql-sql по дате отправления:

Предыдущее
От: Lonnie Cumberland
Дата:
Сообщение: Re: Calling plSQL functions
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Calling plSQL functions