Right to create temp tables

From: "Alain TESIO" <tesio(at)easynet(dot)fr>
To: <pgsql-general(at)postgreSQL(dot)org>
Subject: Right to create temp tables
Date: 1999-12-19 19:06:38
Message-ID: 006301bf4a54$2f50dc80$de5f72c3@atesio
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Hello,

I need to access the database through PHP on an Apache server.
The connections are done with the user "nobody", which I created
in PostgreSQL (version 6.5.3)

It works fine for select, however I'd need to create temporary tables,
and execute insert / update on them with that user. The documentation
about the grant command seems to apply only to existing objects.

Any idea ?

Thanks,
Alain

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Timothy Laswell 1999-12-19 20:09:00 Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END
Previous Message david.gormley 1999-12-19 18:43:09 unsubscribe

Browse pgsql-sql by date

  From Date Subject
Next Message Timothy Laswell 1999-12-19 20:09:00 Re: [GENERAL] NOTICE: (transaction aborted): queries ignored until END
Previous Message Alain TESIO 1999-12-19 18:41:12 Re: [SQL] group by / having