docs: add SHOW SECRETS and SHOW SUBSCRIPTIONS pages with schema-prefixed output #850
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Documents behavior change from risingwavelabs/risingwave#23119 where SHOW commands now return schema-qualified names (e.g.,
public.table_nameinstead oftable_name) to disambiguate objects across schemas in the search path.Updated 8 existing command documentation files:
SHOW TABLES- Updated example output fromt1topublic.t1SHOW INTERNAL TABLES- Updated all example outputs with schema prefixSHOW VIEWS- Updated example fromv3topublic.v3SHOW MATERIALIZED VIEWS- Added Notes sectionSHOW SOURCES- Updated example outputs with schema prefixSHOW SINKS- Added Notes sectionSHOW CONNECTIONS- Updated example fromconnection_nametopublic.connection_nameSHOW FUNCTIONS- Updated all function names withpublic.prefixCreated 2 new documentation pages:
SHOW SECRETS- New page documenting the command with schema-prefixed output examplesSHOW SUBSCRIPTIONS- New page documenting the command with schema-prefixed output and retention_seconds columnEach file includes a Notes section explaining the schema prefix behavior. Both new pages were added to
docs.jsonnavigation andsql/commands/overview.mdxin alphabetical order.Related code PR
risingwavelabs/risingwave#23119
Related doc issue
Closes the documentation tracking issue for PR #23119.
Checklist
mint.jsonto include the page in the table of contents.Original prompt
SHOW [TABLE|..]S#744✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.