makssent opened a new issue, #35199:
URL: https://github.com/apache/shardingsphere/issues/35199

   **Hello everyone!**
   
   I’m currently working on adding system table support to ShardingSphere and 
writing YAML configurations. I’ve looked at Postgres examples like this one:
   ```yaml
   # (Apache 2.0 license header)
   
   name: pg_aggregate
   columns:
     aggfnoid:
       caseSensitive: true
       dataType: 1111  
       generated: false
       name: aggfnoid
       primaryKey: true
       unsigned: false
       visible: true
     # ... other columns ...
   indexes:
     pg_aggregate_fnoid_index:
       name: pg_aggregate_fnoid_index
   ```
   Where can I find the full list of parameters for such configurations?


-- 
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: 
notifications-unsubscr...@shardingsphere.apache.org.apache.org

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

Reply via email to