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: Support CREATE DATABASE WITH OWNER #67817

Closed
RichardJCai opened this issue Jul 20, 2021 · 1 comment · Fixed by #74867
Closed

sql: Support CREATE DATABASE WITH OWNER #67817

RichardJCai opened this issue Jul 20, 2021 · 1 comment · Fixed by #74867
Assignees
Labels
A-sql-privileges SQL privilege handling and permission checks. A-tools-ansible C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)

Comments

@RichardJCai
Copy link
Contributor

RichardJCai commented Jul 20, 2021

Support CREATE DATABASE WITH OWNER

CREATE DATABASE name
    [ [ WITH ] [ OWNER [=] user_name ]

See details at https://www.postgresql.org/docs/14/sql-createdatabase.html

Epic CRDB-8948

@RichardJCai RichardJCai added C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) A-sql-privileges SQL privilege handling and permission checks. T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) labels Jul 20, 2021
@RichardJCai
Copy link
Contributor Author

cc @vy-ton

@blathers-crl blathers-crl bot added the T-sql-schema-deprecated Use T-sql-foundations instead label Sep 2, 2021
@craig craig bot closed this as completed in 488a06b Jan 21, 2022
@exalate-issue-sync exalate-issue-sync bot removed the T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) label Feb 1, 2022
@exalate-issue-sync exalate-issue-sync bot added T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions) and removed T-sql-schema-deprecated Use T-sql-foundations instead labels May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-sql-privileges SQL privilege handling and permission checks. A-tools-ansible C-enhancement Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception) T-sql-foundations SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants