Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql, *: allow table scoping under pg_temp_<session_id> physical schema #6444

Closed
jseldess opened this issue Feb 5, 2020 · 1 comment · Fixed by #6862
Closed

sql, *: allow table scoping under pg_temp_<session_id> physical schema #6444

jseldess opened this issue Feb 5, 2020 · 1 comment · Fixed by #6862
Assignees
Labels
C-product-change P-1 High priority; must be done this release
Milestone

Comments

@jseldess
Copy link
Contributor

jseldess commented Feb 5, 2020

PR: cockroachdb/cockroach#41977

From release notes:

CREATE TABLE pg_temp.abc(a int) now creates a temporary table. See temp tables RFC (guide-level explanation) for more details about the search path semantics. [#41977][#41977] {% comment %}doc{% endcomment %}

@jseldess jseldess added this to the 20.1 milestone Feb 5, 2020
@jseldess jseldess added A-sql P-1 High priority; must be done this release labels Feb 5, 2020
@awoods187
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-product-change P-1 High priority; must be done this release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants