"Shilpa Tisgaonkar" <[EMAIL PROTECTED]> writes: > I'm getting the following error
> psql: could not connect to server: Connection refused > Is the server running on host "localhost" and accepting > TCP/IP connections on port 5432? Looks like the postmaster hasn't been started. See the PG documentation... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match