Re: [ADMIN] mixed case table name problem

1999-12-28 Thread Karel Zak - Zakkr
On Tue, 28 Dec 1999, Ruben Fagundo wrote: > > I was wondering if anyone has seen this problem. I created a Postgres > Database, and when I run > > vacuum -z -v db_name --table mixedTablename > > I am told: > > NOTICE: vacuum: Table not found vacuum --table \"TableName\" ...etc

[ADMIN] mixed case table name problem

1999-12-28 Thread Ruben Fagundo
I was wondering if anyone has seen this problem. I created a Postgres Database, and when I run vacuum -z -v db_name --table mixedTablename I am told: NOTICE: vacuum: Table not found However I can see the table with pgaccess, and I can edit it with pgaccess, but vacuum reports that all the ta