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      [EMAIL PROTECTED]
   and data management solutions       (415) 565-7293
  for law firms, small businesses        fax 621-2533
    and non-profit organizations.      San Francisco




---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly

Reply via email to