sql: consider allowing referencing temp tables in routines #121375
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-routine
UDFs and Stored Procedures
C-cleanup
Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.
docs-done
docs-known-limitation
T-sql-queries
SQL Queries Team
We currently prohibit creation of routines that reference temporary tables which Postgres allows. This restriction is the reason for several tests skipped in pgjdbc roachtest (5 in
ProcedureTransactionTest
and 33 inJdbc3CallableStatementTest
).Jira issue: CRDB-37216
The text was updated successfully, but these errors were encountered: