bugzilla-daemon at main.slony.info bugzilla-daemon at main.slony.info
Sat Jan 12 05:55:48 PST 2013
http://www.slony.info/bugzilla/show_bug.cgi?id=284

           Summary: Doc error sql
           Product: Slony-I
           Version: 2.0
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: low
         Component: docs
        AssignedTo: slony1-bugs at lists.slony.info
        ReportedBy: slony at awot.fi
                CC: slony1-bugs at lists.slony.info
   Estimated Hours: 0.0


http://slony.info/documentation/2.1/tutorial.html

This is correct:
psql -U $PGBENCHUSER -h $MASTERHOST -d $MASTERDBNAME -c "begin; alter table
pgbench_history add column id serial; update pgbench_history set id =
nextval('pgbench_history_id_seq'); alter table pgbench_history add primary
key(id);
commit;"

-- 
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