[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [stellation-res] Checkin of database abstraction layer
|
Hi,
Thanks again. I will try this in a a few minutes.
Anyway, I am writing the code to support Firebird + Interbase using the 2 JDBC drivers available (InterClient & FirebirdSQL) because I know almost nothing on Postgres and I will be unable to deal with simple things like this by myself.
Probably I will ask for more help later, so close your mail reader if you want to rest at home today.
Rodolfo
On Sat, 2002-08-31 at 06:07, Mark C. Chu-Carroll wrote:
That's a familiar problem. The default postgres installation runs
the postmaster daemon in a mode where it's not listening for socket
connections. There's one line of the postgres config file that needs to
be changed:
In "/var/lib/pgsql/data/postgresql.conf", uncomment the line containing
tcpip_socket and setting the parameter to true. This provides the same
function formerly done using the -i parameter.
Then restart postgres ("service postgresql restart" as root), and it
should work.
--
MAXPROGRAMS
IBM Business Partner
Microsoft MSDN Business Connection Partner
rmraya@xxxxxxxxxxxxxxx
http://www.maxprograms.com
|