[ADMIN] select * from pgadmin_users; causes error

2001-02-22 Thread John Hatfield
Hi I'm new to postgresql. When logged in as postgres (using psql)the following query returns an error gsmain_test=# select * from pgadmin_users; ERROR: pg_shadow: Permission denied. I can select from pg_user and pg_shadow. The reason I am trying to run the above query is I had the same error

FW: [ADMIN] select * from pgadmin_users; causes error

2001-02-22 Thread John Hatfield
Seem to have fixed the problem by dropping and re-creating the database. Thanks. John -Original Message- From: John Hatfield Sent: Friday, 23 February 2001 11:35 AM To: 'PostgreSQL Admin News' Subject:[ADMIN] select * from pgadmin_users; causes error Hi

RE: [ADMIN] select * from pgadmin_users; causes error

2001-02-22 Thread John Hatfield
Message- From: Tom Lane Sent: Friday, 23 February 2001 3:01 PM To: [EMAIL PROTECTED] Cc: 'PostgreSQL Admin News' Subject:Re: [ADMIN] select * from pgadmin_users; causes error John Hatfield <[EMAIL PROTECTED]> writes: > When logged in as postgres (using

[ADMIN] Vacuum analyze problem

2001-03-01 Thread John Hatfield
Hi, My problem is when running the vacuum with analyze an error occurs but it runs ok without the analyse. >From psql gsmain_test=# vacuum; VACUUM gsmain_test=# vacuum analyze; pqReadData() -- backend closed the channel unexpectedly. This probably means the backend terminated abnormal

RE: [ADMIN] Vacuum analyze problem

2001-03-01 Thread John Hatfield
mat not recognized (gdb) where No stack. (gdb) gdb does not seem to like the core file format though Regards, John -Original Message- From: Tom Lane Sent: Friday, 2 March 2001 11:50 AM To: [EMAIL PROTECTED] Cc: 'PostgreSQL Admin' Subject:Re: [ADMIN] Vacuum

RE: [ADMIN] Vacuum analyze problem

2001-03-01 Thread John Hatfield
rtld_fini=0x4000df24 <_dl_fini>, stack_end=0xbd2c) at ../sysdeps/generic/libc-start.c:111 Regards John -Original Message- From: Tom Lane Sent: Friday, 2 March 2001 12:34 PM To: [EMAIL PROTECTED] Cc: 'PostgreSQL Admin' Subject:Re: [ADMIN] Va