>>> "kartik" <kartik@v2technocrats.com> wrote:
> can anyone please tell me how to configure it .. and I have few
windows
> clients that needs to be connected to the database server.. can
anyone
> please tell me something about how to configure the server and the
client
The PostgreSQL documentation is quite good. Start here:
http://www.postgresql.org/docs/8.3/interactive/index.html
You might want to read through the tutorial first.
Regarding the connections from other machines, see:
http://www.postgresql.org/docs/8.3/interactive/runtime-config-connection.html
-Kevin