Tue Aug 17 04:20:16 PDT 2004
- Previous message: [Slony1-commit] By cbbrowne: Added another idiosyncracy, namely that you can't have two
- Next message: [Slony1-commit] By cbbrowne: Revisions to README notably to indicate that in the 7.3.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Fixed remote_worker.c to work with inherited tables, per Dan Wright.
Modified Files:
--------------
slony1-engine/src/slon:
remote_worker.c (r1.57 -> r1.58)
-------------- next part --------------
Index: remote_worker.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slon/remote_worker.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -Lsrc/slon/remote_worker.c -Lsrc/slon/remote_worker.c -u -w -r1.57 -r1.58
--- src/slon/remote_worker.c
+++ src/slon/remote_worker.c
@@ -2160,7 +2160,7 @@
* instead of delete.
*/
slon_mkquery(&query1,
- "delete from %s; "
+ "delete from only %s; "
"copy %s from stdin; ", tab_fqname, tab_fqname);
res2 = PQexec(loc_dbconn, dstring_data(&query1));
if (PQresultStatus(res2) != PGRES_COPY_IN)
- Previous message: [Slony1-commit] By cbbrowne: Added another idiosyncracy, namely that you can't have two
- Next message: [Slony1-commit] By cbbrowne: Revisions to README notably to indicate that in the 7.3.x
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list