Re: : Execute a string of command in sql'script - Mailing list pgsql-general

From Tom Lane
Subject Re: : Execute a string of command in sql'script
Date
Msg-id 24502.980782255@sss.pgh.pa.us
Whole thread Raw
In response to : Execute a string of command in sql'script  ("pblunat" <pblunat@ujf-grenoble.fr>)
List pgsql-general
"pblunat" <pblunat@ujf-grenoble.fr> writes:
>  Is it possible to execute this line of command? More generally, can one
>  execute the contents of a variable or a field in postgresql' script?

Not in plpgsql (at least not till 7.1), but you could do it in pltcl
or plperl.

            regards, tom lane

pgsql-general by date:

Previous
From: Camm Maguire
Date:
Subject: Re: GUI Interfaces
Next
From: Alex Guryanow
Date:
Subject: Re[8]: SPI_getvalue problem