Hi,

I have been working/practicing on Slony-I these days, and I run into another 
issue.
I was able to create tables on replicated set (create table,add table to set,
merge the sets)
Then, I have tried to drop the table from replication set but no luck. I was
able to get to work my script with EXECUTE SCRIPT for creatng the table, I
believe I had same issue when I was trying to create the table with EXECUTE
SCRIPT, and some how that problem solved by replacing the spaces manually from
sql file. But this time no luck. Any idea?

Is this the true step to drop the table from replication set.
(drop table from the set, run EXECUTE SCRIPT to drop the table phisically from 
DB)

Thanks.

ERROR OUTPUT:
----------------------------
[EMAIL PROTECTED] bin]$ ./execute_script.sh
<stdin>:41: PGRES_FATAL_ERROR select "_edb_replication_example".ddlScript(3,
'DROP TABLE ozfidan;
', -1);  - ERROR:  syntax error at or near "" at character 21
QUERY:  DROP TABLE ozfidan;

CONTEXT:  PL/pgSQL function "ddlscript_int" line 53 at execute statement
SQL statement "SELECT  "_edb_replication_example".ddlScript_int( $1 ,  $2 ,  $3 
)"
PL/pgSQL function "ddlscript" line 31 at perform
----------------------------

-------------------------------------------------
This mail sent through IMP: www.resolution.com
_______________________________________________
Slony1-general mailing list
[email protected]
http://gborg.postgresql.org/mailman/listinfo/slony1-general

Reply via email to