mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 18:42:34 +03:00
OPENed on non-SELECT commands such as EXPLAIN or SHOW (anything that returns tuples is allowed). This flexibility already existed for bound cursors, but OPEN was artificially restricting what it would take. Per a gripe some months back.