mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +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.