On 10/08/2009 05:44, Vishnu S. wrote:
> I am New in PostgreSQL. I want to know how we create a Database
> dynamically using a postgresql function.
>
> When I tried to create a Database like that,I got an error like the
> following,
>
> “CREATE DATABASE cannot be executed from a function or multi
Hi,
I am New in PostgreSQL. I want to know how we create a Database
dynamically using a postgresql function.
When I tried to create a Database like that,I got an error like the
following,
"CREATE DATABASE cannot be executed from a function or multi-command
string".
Thanks & R