Differences between version 7 and predecessor to the previous major change of PostgreSQLNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Thursday, June 2, 2005 12:45:42 pm | by AristotlePagaltzis | 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 <tt>-i</tt> flag
+
+You will also need to edit your <tt>pg_hba.conf</tt> file to set access permissions.