Re: Variables.

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Variables.
Дата
Msg-id web-149639@davinci.ethosmedia.com
обсуждение исходный текст
Ответ на Variables.  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
Список pgsql-sql
Aasmund,

> I do not know whether it is  part of the SQL standard.
>
> Variables...

Nope.

> CREATE VARIABLE foobar INTEGER DEFAULT 1 NOT NULL;
>
> SELECT * FROM thebar WHERE id = foobar;
>
> CREATE TEMPORARY VARIABLE...
> CREATE CONSTANT....

Extensive support for a variety of variable types and constructions is
available in FUNCTIONS.  PL/pgSQL, PL/TCL, PL/Perl ... take your pick.

For the raw command-line SQL, variables, constants, and other procedural
language elements are not appropriate.  This is best done in procedures,
functions, and middleware.

Of course, it is an Open-Source project, so if you hire your own
programmer, you can do anything you want.

-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

Вложения

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

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: Performance problems - Indexes and VACUUM
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Performance problems - Indexes and VACUUM