Re: Writing plpgsql not in a function (directly from plsql)?

Поиск
Список
Период
Сортировка
От Vitaly Belman
Тема Re: Writing plpgsql not in a function (directly from plsql)?
Дата
Msg-id fa96e3c604100311057aa68c4c@mail.gmail.com
обсуждение исходный текст
Ответ на Writing plpgsql not in a function (directly from plsql)?  (Vitaly Belman <vitalyb@gmail.com>)
Ответы Re: Writing plpgsql not in a function (directly from plsql)?  (John DeSoi <desoi@pgedit.com>)
Список pgsql-novice
The idea is to write it without creating a function... Just as a quick script.

Not possible? :(


On Sun, 3 Oct 2004 11:21:50 -0400, John DeSoi <jd@icx.net> wrote:
>
> On Oct 2, 2004, at 5:59 PM, Vitaly Belman wrote:
>
> > Is it possible to write plpgsq from psql? I don't want to write a
> > function just to write a little script, for example, I'd like to write
> > something like:
>
> You can do this from psql, but you need to use the CREATE FUNCTION
> command and enclose your procedure body in quotes.
>
> See
> http://www.postgresql.org/docs/current/interactive/sql-
> createfunction.html
>
>
> John DeSoi, Ph.D.
> http://pgedit.com/
> Power Tools for PostgreSQL
>
>



--
 ICQ: 1912453
 AIM: VitalyB1984
 MSN: tmdagent@hotmail.com
 Yahoo!: VitalyBe

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: last dtae of the month
Следующее
От: John DeSoi
Дата:
Сообщение: Re: Writing plpgsql not in a function (directly from plsql)?