Forum OpenACS Q&A: Problem with localhost::mydb

Collapse
Posted by Owen Byrne on
Hi,
<br>I'm having a problem accessing my database.
<br>Basically psql mydb works
but psql localhost::mydb doesn't.
<br>It gives the error "FATAL 1: database localhost::mydb" doesn't
exist in the system catalog"
<br>TIA
<br>Owen Byrne
Collapse
Posted by Don Baccus on
If you're literally typing "psql localhost::mydb" to the shell, that's  not the correct syntax.  "localhost::mydb" is the datasource you want  to specify in your AOLserver initialization file.
Collapse
Posted by Owen Byrne on

Never mind.

It inexplicably started to work.