美文网首页
postgresql使用bat执行sql语句

postgresql使用bat执行sql语句

作者: 清远_03d9 | 来源:发表于2022-03-23 10:23 被阅读0次
set PGPORT=5432
set PGHOST=localhost
set PGUSER=postgres
set PGPASSWORD=123456
set THEDB=tysh_gdq
set PGBIN=C:\Program Files\PostgreSQL\10\bin
"%PGBIN%\psql"  -d "%THEDB%" -c "CREATE EXTENSION fuzzystrmatch;" 
pause

相关文章

网友评论

      本文标题:postgresql使用bat执行sql语句

      本文链接:https://www.haomeiwen.com/subject/wslozltx.html