CVS User Account cvsuser
Mon May 16 23:02:32 PDT 2005
Log Message:
-----------
Fix problem with syntax of createlang PG command

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        firstdb.sgml (r1.12 -> r1.13)

-------------- next part --------------
Index: firstdb.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/firstdb.sgml,v
retrieving revision 1.12
retrieving revision 1.13
diff -Ldoc/adminguide/firstdb.sgml -Ldoc/adminguide/firstdb.sgml -u -w -r1.12 -r1.13
--- doc/adminguide/firstdb.sgml
+++ doc/adminguide/firstdb.sgml
@@ -91,7 +91,7 @@
 into the <envar>$MASTERDBNAME</envar>.
 
 <programlisting>
-createlang plpgsql -h $MASTERHOST $MASTERDBNAME
+createlang -h $MASTERHOST plpgsql $MASTERDBNAME
 </programlisting>
 </para>
 


More information about the Slony1-commit mailing list