Penguin
Diff: PostgreSQLNotes
EditPageHistoryDiffInfoLikePages

Differences between version 5 and predecessor to the previous major change of PostgreSQLNotes.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 5 Last edited on Sunday, November 21, 2004 5:36:05 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.