Re: [SQL] Creating tables from within functions

2003-02-01 Thread Sondaar Roelof
ent: vrijdag 24 januari 2003 09:37 > To: [EMAIL PROTECTED] > Subject: [SQL] Creating tables from within functions > > Is it possible to issue a CREATE TABLE statement from inside of a > PostgreSQL > function? If not, then how about from within a PL/pgSQL function? I have

Re: [SQL] Creating tables from within functions

2003-01-29 Thread Stephan Szabo
On Fri, 24 Jan 2003, Seethalakshmi VB wrote: > Is it possible to issue a CREATE TABLE statement from inside of a PostgreSQL > function? If not, then how about from within a PL/pgSQL function? I have > tried a lot of different permutations but can't seem to get it to compile > and/or run cleanly

[SQL] Creating tables from within functions

2003-01-28 Thread Seethalakshmi VB
Is it possible to issue a CREATE TABLE statement from inside of a PostgreSQL function? If not, then how about from within a PL/pgSQL function? I have tried a lot of different permutations but can't seem to get it to compile and/or run cleanly. For example, consider: CREATE FUNCTION _tes

[SQL] Creating tables from within functions

2000-06-27 Thread Saltsgaver, Scott
Is it possible to issue a CREATE TABLE statement from inside of a PostgreSQL function? If not, then how about from within a PL/pgSQL function? I have tried a lot of different permutations but can't seem to get it to compile and/or run cleanly. For example, consider: CREATE FUNCTION _te