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 tabl
>>
>> 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 ar
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 do