You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "leaves12138 (via GitHub)" <gi...@apache.org> on 2023/07/26 07:36:46 UTC

[GitHub] [incubator-paimon] leaves12138 commented on pull request #1647: [improve] add system table system to show all table configs in sys.all_table_options

leaves12138 commented on PR #1647:
URL: https://github.com/apache/incubator-paimon/pull/1647#issuecomment-1651143254

   Add built-in database: sys
   
   We can search all system table by sql:
   use sys;
   show tables;
   
   But don't show sys in `list databases` to protect this database;
   
   We can search all table_options by :
   ```
   SELECT * FROM sys.all_table_options
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org