[GENERAL] Upper and Lower-cased Database names?

2007-10-10 Thread Daniel B. Thurman
I am finding out for the first time that by having a database created with the name: MyTest, I cannot do a simple query as follows: postgres=# select * from MyTest.public.cars; ERROR: cross-database references are not implemented: mytest.public.cars Notice, however since I created a cars table

[GENERAL] Unable to start PostgresSQL Server

2007-09-21 Thread Daniel B. Thurman
PostgreSQL Version: v1.8.2 System: Windows 2000 Server I am having a problem starting the PostgreSQL server. I get the following Log errors: LOG: unrecognized win32 error code: 487 FATAL: could not reattach to shared memory (key=5432001, addr=015E): Invalid argument What do I need to

Re: [GENERAL] Unable to start PostgresSQL Server

2007-09-21 Thread Daniel B. Thurman
PostgreSQL Version: v1.8.2 System: Windows 2000 Server I am having a problem starting the PostgreSQL server. I get the following Log errors: LOG: unrecognized win32 error code: 487 FATAL: could not reattach to shared memory (key=5432001, addr=015E): Invalid argument Known bug,