[GENERAL] database-level user privileges

2000-12-01 Thread Zachary Beane
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]

Re: [GENERAL] Re: Possible "off-topic"

2001-01-02 Thread Zachary Beane
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[]

Re: [GENERAL] how to load a sql-file????

2001-03-27 Thread Zachary Beane
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)---