[ADMIN] postgresql.conf file and logging questions

2004-03-27 Thread admin
Hello list, 1. Where should the postgresql.conf file be to be recognized by the service on startup? currently, it is inside my $PGDATA directory but all of its contents are commented out. 2. I can't find any log files for postgres. Inside my /var/log/ directory, there is an empty file call

Re: [ADMIN] Raw devices

2004-03-27 Thread Manuel Sugawara
"Jaime Casanova" <[EMAIL PROTECTED]> writes: > I was thinking about using postgresql and want to know if i can use > raw devices with it? No it's not possible, postgreSQL uses whatever filessystem the os provides. Regards, Manuel. ---(end of broadcast)

Re: [ADMIN] Can I make PostgreSql namespace case-insensitive?

2004-03-27 Thread Manuel Sugawara
Ben Kim <[EMAIL PROTECTED]> writes: > Dear List, > > Is there a way to completely turn off case sensitivity of the names > of table, field, sequence, etc.? No, i'm afraid not. But you can tweak scan.l to teach postgreSQL do what you want. Regards, Manuel. ---(end of bro