From d41aaa9569f68c3565c04090751eab10bf13b0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9C=8B=E5=BD=A9=E8=99=B9=E7=9A=84=E4=BA=BA?= <42316353+rainbowatcher@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:44:37 +0800 Subject: [PATCH] fix: typo in postgres (#842) --- docs/postgres.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/postgres.md b/docs/postgres.md index 3f3d8e8b42d..fe371afefdd 100644 --- a/docs/postgres.md +++ b/docs/postgres.md @@ -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