From: | Chris Browne <cbbrowne(at)acm(dot)org> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Help! - Slony-I - saving/setting/restoring GUC |
Date: | 2006-07-24 23:24:54 |
Message-ID: | 60slkqbn7d.fsf@dba2.int.libertyrms.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
In support of PG 8.2, we need to have the log trigger function do the
following:
- Save value of standards_conforming_string
- Set value of standards_conforming_string to FALSE
- proceed with saving data to sl_log_?
- Recover value of standards_conforming_string
The variable, standards_conforming_string, does not appear to be
widely exported, but rather seems pretty localized to guc.c
This is the prime thing holding us from RC2.
Tom, Peter, you have touched guc.c in the context of
standards_conforming_string; perahps you can suggest something? Darcy
and I aren't seeing what to do...
--
let name="cbbrowne" and tld="cbbrowne.com" in name ^ "@" ^ tld;;
http://www3.sympatico.ca/cbbrowne/
Why do we drive on parkways and park on driveways?
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2006-07-24 23:27:45 | Re: effective_cache_size is a real? |
Previous Message | Josh Berkus | 2006-07-24 23:13:07 | Re: [Fwd: dblink patch - Asynchronous queries and parallel |