[GENERAL] Right to create temp tables - Mailing list pgsql-general

From Alain TESIO
Subject [GENERAL] Right to create temp tables
Date
Msg-id 006301bf4a54$2f50dc80$de5f72c3@atesio
Whole thread Raw
In response to NOTICE: (transaction aborted): queries ignored until END  (Alex Guryanow <gav@nlr.ru>)
List pgsql-general
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



************


pgsql-general by date:

Previous
From: Adriaan Joubert
Date:
Subject: Re: [GENERAL] SQL Features...
Next
From: Luis Cortes
Date:
Subject: Setting up a client/server database