I’ve to put my repository on a freebsd server with Postgresql 8.0 (the new stable port).
I’ve logged on pgsql (psql -U pgsql template1), I’ve created a database (servoy) and I’ve added an user (create user servoy passwor xxx creadb).
Now I’m trying to connect with Servoy, but I receive always the same answer: or usr/pass wrong, or postmaster without -i option (to accept TCP connections).
Well, what I’ve to do? I don’t know where could I put the -i option, the sh script in /usr/local/etc/rc.d hasn’t that option.
Maybe you already know this but…for future reference:
If you want to connect to PostgreSQL from a remote machine you have to add your IP (mask) to pg_hba.conf.
Localhost is already added by default
Also you can control PostgreSQL with pg_ctl.
Like pg_ctl reload to reload the properties.
pg_ctl is in the same place as psql is.
Btw you also made sure Servoy uses the latest jdbc driver ?
You can get it from http://jdbc.portgresql.org