Differences between version 6 and predecessor to the previous major change of PostgreSQLNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Wednesday, March 2, 2005 5:11:33 am | by MilanMilan | Revert |
Older page: | version 3 | Last edited on Tuesday, November 2, 2004 3:38:24 am | by AristotlePagaltzis | Revert |
@@ -24,4 +24,12 @@
* 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.
+
+* [Native win32 psql|http://psql.sourceforge.net/]