I'd like to set up a database so that two users can create, alter,
drop, and grant on any table, regardless of which of the two users
initially created the table. Is this possible?
(The documentation has a blank spot under "Database Privileges".)
Zach
--
[EMAIL PROTECTED]
e response is :
>
> CreateTrigger: function helloworld() does not exist
>
> If any ne could help me it would be great.
When triggers are called, they are invoked with no arguments. The
arguments listed in the "create trigger" statement are placed in the
array TG_ARGV[]
into postgresql
> they are provided as *.sql.
You can do "psql -f yourfile.sql" from the shell, or, from within
psql, type "\i yourfile.sql".
Zach
--
[EMAIL PROTECTED] Zachary Beane http://www.xach.com/
---(end of broadcast)---