Differences between version 4 and predecessor to the previous major change of PostgreSQLNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Thursday, November 18, 2004 10:44:49 pm | by AlastairPorter | Revert |
Older page: | version 3 | Last edited on Tuesday, November 2, 2004 3:38:24 am | by AristotlePagaltzis | Revert |
@@ -24,4 +24,10 @@
* You should create PGDATA directory first.
</verbatim>
then you need to issue <tt>ebuild /var/db/pkg/dev-db/postgresql-__$VERSION__/postgresql-__$VERSION__.ebuild config</tt>
+
+!! Connecting over TCP/IP
+
+A default server will only listen for connections on a socket. If you want to connect to it via a host name then you need to start the server with the __-i__ flag
+
+You will also need to edit your <tt>pg_hba.conf</tt> file to set access permissions