I've trimmed this query down as much as possible (started out much
larger), it no longer causes the error.


PREPARE "pg_psql_dd2"(text,text) AS 
SELECT true
FROM (
  SELECT true
  FROM pg_catalog.pg_proc p,
       pg_catalog.pg_name_pattern( $2 ) AS (schpat text, propat text)
  WHERE p.prorettype <> 'pg_catalog.cstring'::pg_catalog.regtype
) AS tt,
  (SELECT $1 AS cmd) AS cmd;

ERROR:  Parameter '$1' is out of range


-- 
Rod Taylor <[EMAIL PROTECTED]>

PGP Key: http://www.rbt.ca/rbtpub.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to