| From: | Larry Rosenman <ler(at)lerctr(dot)org> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Regression Test Failure/UnixWare |
| Date: | 2003-10-26 16:54:45 |
| Message-ID: | 163030000.1067187285@lerlaptop.lerctr.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
As I posted yesterday, I've got the priviledges test failing (it's the
only one). I posted a single-step run, and I've not heard from
anyone.
I can set up an account for anyone that want's to play with it to figure
out what I've got messed up....
LER
just to refresh folks memory, here is the failure:
*** ./expected/privileges.out Thu Oct 9 20:49:31 2003
--- ./results/privileges.out Sat Oct 25 12:04:45 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 ----
======================================================================
--
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 | Dave Page | 2003-10-26 17:34:08 | Re: Call for port reports |
| Previous Message | Andrew Dunstan | 2003-10-26 16:43:07 | Re: 7.4 compatibility question |