Re: [pgadmin-support] How to Create a Database Dynamically Using PostgreSQL

2009-08-10 Thread Raymond O'Donnell
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

[pgadmin-support] How to Create a Database Dynamically Using PostgreSQL

2009-08-09 Thread Vishnu S.
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