Thu Nov 25 18:34:44 PST 2004
- Previous message: [Slony1-commit] By cbbrowne: sh portability change - Use [ -z $WHATEVER ] ; rather than
- Next message: [Slony1-commit] By darcyb: supply missing arg to function comment, make function parse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Add a missing ' to correct parse error
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.sql (r1.43 -> r1.44)
-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.43
retrieving revision 1.44
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.43 -r1.44
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -4742,7 +4742,7 @@
a.attname = p_field;
if not found then
raise notice ''Upgrade table %.% - add field %'', p_namespace, p_table, p_field;
- v_query := ''alter table "'' || p_namespace || ''".'' || p_table || ' add column '';
+ v_query := ''alter table "'' || p_namespace || ''".'' || p_table || '' add column '';
v_query := v_query || p_field || '' type '' || p_type || '';'';
execute v_query;
return ''t'';
- Previous message: [Slony1-commit] By cbbrowne: sh portability change - Use [ -z $WHATEVER ] ; rather than
- Next message: [Slony1-commit] By darcyb: supply missing arg to function comment, make function parse
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list