From: | Larry Rosenman <ler(at)lerctr(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Port Reports: UnixWare/Failure/Priviledge Test |
Date: | 2003-10-25 06:18:16 |
Message-ID: | 16120000.1067062696@lerlaptop.lerctr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
In addition to the -g issue, I get the following failure:
*** ./expected/privileges.out Thu Oct 9 20:49:31 2003
--- ./results/privileges.out Fri Oct 24 14:07:18 2003
***************
*** 247,253 ****
(1 row)
CREATE FUNCTION testfunc3(int) RETURNS int AS 'select 2 * $1;' LANGUAGE
sql; -- fail
- ERROR: permission denied for language sql
SET SESSION AUTHORIZATION regressuser3;
SELECT testfunc1(5); -- fail
ERROR: permission denied for function testfunc1
--- 247,252 ----
======================================================================
with 7.4CVS.
$ uname -a
UnixWare lerami 5 7.1.3 i386 x86at SCO UNIX_SVR5
$
--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler(at)lerctr(dot)org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749
From | Date | Subject | |
---|---|---|---|
Next Message | Hans-Jürgen Schönig | 2003-10-25 07:28:51 | Re: Call for port reports |
Previous Message | Bruce Momjian | 2003-10-25 03:51:36 | Re: Call for port reports |