Skip to content

Commit

Permalink
fix: typo in postgres (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowatcher authored Oct 18, 2024
1 parent 32cd8e4 commit d41aaa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit d41aaa9

Please sign in to comment.