Re: [ADMIN] plpgsql Regression test fails on Digital Unix

1999-10-11 Thread Reiner Dassing
Hello! As a reply to my question I got the following answers: 1. do you have the file 'plpgsql.so' in /usr/local/pgsql/lib ? The answer is yes! Otherwise I would receive "ERROR: stat failed on file '/usr/local/pgsql/lib/plpgsql.so': No such file or directory" 2. Just for this test, chang

Re: [ADMIN] Monitoring Database Sessions

1999-10-11 Thread Bruce Momjian
> Good to know, but limited. to get the historical info, you'd have to continually >spawn > ps and either generate a lot of overhead or miss events. > > I think Stephen and I have roughly similar desires (ref "Logging Access" Sun, 03 Oct >1999 23:09:06 -0400) > It's not too hard to get the back

Re: [ADMIN] Monitoring Database Sessions

1999-10-11 Thread Tim Holloway
>> Hello, >> >> I was wondering if there was a way in postgres to monitor >> database sessions. >> >> I'd like to be able to get a list of currently open sessions >> with information like user id, connection time etc. >> >> Also I'd like to be able to see a history of sessions; again >> user

Re: [ADMIN] plpgsql Regression test fails on Digital Unix

1999-10-11 Thread Xing Banghe
Here is my suggestion: Just for this test, change plpgsql.so access code as 777, after you test, change it back as 640. Macht das schoen? Grusse, --Bangh Reiner Dassing wrote: > Hello! > After installation the PostgreSQL Version 6.5.2 on Digital Unix V4.0F > I did the regression tests. > > T

Re: [ADMIN] plpgsql Regression test fails on Digital Unix

1999-10-11 Thread Moises Salinas Rosales
On Mon, 11 Oct 1999, Reiner Dassing wrote: > Hello! > After installation the PostgreSQL Version 6.5.2 on Digital Unix V4.0F > I did the regression tests. > > The test "plpgsql" is that one for which I do not have a solution. > > The file "src/test/regress/result/plpgsql.out" shows: > > QU

[ADMIN] plpgsql Regression test fails on Digital Unix

1999-10-11 Thread Reiner Dassing
Hello! After installation the PostgreSQL Version 6.5.2 on Digital Unix V4.0F I did the regression tests. The test "plpgsql" is that one for which I do not have a solution. The file "src/test/regress/result/plpgsql.out" shows: QUERY: insert into WSlot values ('WS.001.1a', '001', '', ''); ER