Edit by browser

This commit is contained in:
赵小松 2022-04-03 17:46:40 +08:00
parent fc33f0aab0
commit c9b6f8e161
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 < src/financ
#gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 < src/ins_upd.sql >log.txt 2>&1
#gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 -c "drop trigger if exists before_property_inserted on property;">log.txt 2>&1
gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 -c "drop function if exists TRI_INSERT_FUNC;"
#gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 -c "drop function if exists TRI_INSERT_FUNC;"
#>log.txt 2>&1
gsql -d postgres -U gaussdb -W'Passwd123@123' -h localhost -p5432 -c "drop trigger if exists before_property_inserted ON property;"
#>log.txt 2>&1