Penguin
Diff: PostgreSQLNotes
EditPageHistoryDiffInfoLikePages

Differences between version 5 and previous revision of PostgreSQLNotes.

Other diffs: Previous Major 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 4 Last edited on Thursday, November 18, 2004 10:44:49 pm by AlastairPorter Revert
@@ -25,9 +25,9 @@
 </verbatim> 
  
 then you need to issue <tt>ebuild /var/db/pkg/dev-db/postgresql-__$VERSION__/postgresql-__$VERSION__.ebuild config</tt> 
  
-!! Connecting over TCP/IP 
+!! 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 
+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 
+You will also need to edit your <tt>pg_hba.conf</tt> file to set access permissions.