Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: TCP/IP connection problem



  -- configuring the postgresql.conf wit following lines:
        #listen_addresses = '*'
        #port = 5432
        #tcpip_socket = true

Jari,

You need to remove the # from the lines, a # comments the line out, so although you have set the port and changed the address it will not actually have done anything.

Regards

Ben




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group