forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
79301: sql: fix `SHOW SCHEMAS FROM` to include user-defined schemas r=otan a=rafiss fixes cockroachdb#79282 The search query had a broken join condition which would incorrectly filter out user-defined schemas, since using the unqualified pg_catalog would only look in the current database. Release note (bug fix): Fixed a bug where `SHOW SCHEMAS FROM <schema>` would not include user-defined schemas. Co-authored-by: Rafi Shamim <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters