Skip to content

Commit d41aaa9

Browse files
fix: typo in postgres (#842)
1 parent 32cd8e4 commit d41aaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ SELECT table_schema,table_name FROM information_schema.tables ORDER BY table_sch
177177
SELECT * FROM pg_catalog.pg_tables
178178
```
179179

180-
列表表架构
180+
列出表结构
181181

182182
```sql
183183
\d <table_name>

0 commit comments

Comments
 (0)