slony1-bugs at lists.slony.info slony1-bugs at lists.slony.info
Tue Apr 14 02:23:59 PDT 2009
http://www.slony.info/bugzilla/show_bug.cgi?id=82

           Summary: Comma in excess in example
           Product: Slony-I
           Version: 1.2
          Platform: All
               URL: http://slony.info/documentation/stmtsetdropsequence.html
        OS/Version: All
            Status: NEW
          Severity: trivial
          Priority: medium
         Component: docs
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: stephane.schildknecht at postgresqlfr.org
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.5


There is a comme in excess in the example of "slonik set drop sequence"
command:

SET DROP SEQUENCE (
     ORIGIN = 1,
     ID = 20,  <-- This one
     );


The example should be:

SET DROP SEQUENCE (
     ORIGIN = 1,
     ID = 20
     );


-- 
Configure bugmail: http://www.slony.info/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Slony1-bugs mailing list