Allan Kamau wrote:> When writing dynamic commands (those having "EXECUTE 'some SQL> query';), is there a way to prevent interpretation of input parameters> as pieces of SQL commands?
EXECUTE ... USING
--Craig Ringer