On Sun, Oct 31, 2010 at 09:55:05AM +0100, Ger Timmens wrote: > Can we change the definitions of all 'timestamp' columns > from 'timestamp without time zone' to timestamp with time stamp' > in slony (we are using 1.2.20 rightnow).
You need to send any DDL changes via EXECUTE SCRIPT. ALTER TABLE is a DDL change :) Cheers, David. -- David Fetter <[email protected]> http://fetter.org/ Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter Skype: davidfetter XMPP: [email protected] iCal: webcal://www.tripit.com/feed/ical/people/david74/tripit.ics Remember to vote! Consider donating to Postgres: http://www.postgresql.org/about/donate _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
