In the following: ```sql COPY FROM ( SELECT a FROM t WHERE id>$1) TO '/dev/null' ``` The `$1` won't be considered a parameter, which it should be.