fix: typo in postgres (#842)

This commit is contained in:
看彩虹的人 2024-10-18 13:44:37 +08:00 committed by GitHub
parent 32cd8e4d5d
commit d41aaa9569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -177,7 +177,7 @@ SELECT table_schema,table_name FROM information_schema.tables ORDER BY table_sch
SELECT * FROM pg_catalog.pg_tables
```
表表架
出表结
```sql
\d <table_name>