From 39ef214abcb236f30f9ace317af4fdfbe48fd66d Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 20 十月 2022 17:49:50 +0800
Subject: [PATCH] 1

---
 data/db_fn.sql |    4 ++--
 说明.txt         |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/db_fn.sql b/data/db_fn.sql
index 7182a1d..629d130 100644
--- a/data/db_fn.sql
+++ b/data/db_fn.sql
@@ -2,8 +2,8 @@
 show max_connections;
 select count(1) from pg_stat_activity;
 
-select c.relname as "tab", cast(obj_description(c.oid) as varchar) as "desc", a.attnum as "num", a.attname as "col",atthasdef,
-concat_ws('', t.typname, SUBSTRING(format_type(a.atttypid, a.atttypmod) from '(.*)')) as "type", d.description as "bak"
+select c.relname "tab", cast(obj_description(c.oid) as varchar) "desc", a.attnum "num", a.attname "col",
+t.typname "type",concat_ws('', t.typname,SUBSTRING(format_type(a.atttypid, a.atttypmod) from '(.*)')) "type2", d.description "bak"
 -- select *
 from pg_attribute a left join pg_description d on d.objoid = a.attrelid and d.objsubid = a.attnum left join pg_class c 
 on a.attrelid = c.oid left join pg_type t on a.atttypid = t.oid where a.attnum >= 0 and reltype>0 and relnamespace in (29257,20582)--135502,69701
diff --git "a/\350\257\264\346\230\216.txt" "b/\350\257\264\346\230\216.txt"
index f74cc80..69469f9 100644
--- "a/\350\257\264\346\230\216.txt"
+++ "b/\350\257\264\346\230\216.txt"
@@ -10,19 +10,19 @@
 9.浣跨敤GDAL璇诲彇tif銆乻hp銆乬db鏂囦欢
 a.娣诲姞Mybatis Plus缁勪欢
 b.瑙e喅琛ㄦ槧灏勫嚭閿欍�佹牴鎹甀D鏌ヨ澶辫触銆佸垎椤垫棤鏁堢瓑闂
+c.寮�鍙戝湴鍚嶅湴鍧�鍒嗛〉鏌ヨ鎺ュ彛
 
 -----------------------------------------------
 .鍚庡彴鏈嶅姟璁块棶娣诲姞鐧诲綍楠岃瘉鎷︽埅鍣�
 .寮�鍙戝垏闈㈡棩蹇楀姛鑳�
 .娣诲姞鏁版嵁搴撶洃鎺у姛鑳�(Druid Monitor)
 .涓嬭浇鏂囦欢骞惰缃甅IME绫诲瀷
-.5鍒嗛挓瀵嗙爜閿欒5娆℃嫆缁濈櫥褰�
+.5鍒嗛挓鍐呭瘑鐮侀敊璇�5娆℃嫆缁濈櫥褰�
 .Redis鏈嶅姟閰嶇疆寮哄瘑鐮�
 .娣诲姞鎵归噺淇敼鐢ㄦ埛瀵嗙爜鎺ュ彛
 .淇敼鎵�鏈夌殑鎵归噺鏂板銆佸垹闄ゃ�佷慨鏀规帴鍙�
 .寮�鍙戝ぇ鏂囦欢涓婁紶鎺ュ彛
 .瑙e喅涓婁紶鏂囦欢鏃跺疄浣撶被鏄犲皠寮傚父
-.寮�鍙戝湴鍚嶅湴鍧�鍒嗛〉鏌ヨ鎺ュ彛
 
 -----------------------------------------------
 1.涓婁紶鏂囦欢锛坈ommons-fileupload锛� *

--
Gitblit v1.9.3