Penguin
Diff: PostgreSQLNotes
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of PostgreSQLNotes.

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

Newer page: version 3 Last edited on Tuesday, November 2, 2004 3:38:24 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Thursday, September 23, 2004 6:59:21 pm by AristotlePagaltzis Revert
@@ -13,9 +13,9 @@
 Also, in [SQL]-land, LIMIT used to be fairly forgiving about its arguments. It would accept [MySQL] format without blinking. Now it's strict. 
  
 Finally, if you are a [Debian] user, don't believe the instructions in the update README! <tt>psql -e < ''dumpfile''</tt> will __not__ restore your database... you need to do <tt>psql template1 -e ''dumpfile''</tt>. 
  
-!! " You should create PGDATA directory first." in GentooLinux after an emerge install 
+!! <tt> You should create PGDATA directory first</tt> in [Gentoo] after an emerge install 
  
 If you get the following error: 
  
 <verbatim> 
@@ -23,5 +23,5 @@
  * directory not found: /var/lib/postgresql/data 
  * 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> 
+then you need to issue <tt>ebuild /var/db/pkg/dev-db/postgresql-__$ VERSION__ /postgresql-__$ VERSION__ .ebuild config</tt>