postgresql支持windows10。 具体的安装方法如下: 下载 32位:get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-binaries.zip 64位:get
postgresql支持windows10。
具体的安装方法如下:
下载
32位:get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-binaries.zip
64位:get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-x64-binaries.zip
解压到:c:pgsql
设置环境变量(cmd):
setx PGHOME c:pgsql
setx PGHOST localhost
setx PGLIB %PGHOME%lib
setx PGDATA %PGHOME%data
setx Path "%Path%;%PGHOME%in"
重新登录
初始化数据库
initdb.exe -D c:pgsqldata -E UTF-8 --locale=chs -U postgres -W
注册为系统服务(以管理员权限打开cmd)
pg_ctl reGISter -N PostgreSQL -D c:pgsqldata
修改配置以支持远 程连接
springboot -> fhadmin.cn
1 notepad c:pgsqldatapostgresql.conf
设置:listen_addresses = "*"
2 notepad c:pgsqldatapg_hba.conf
置ipv4段
host all all 0.0.0.0/0 md5
启动服务
net start PostgreSQL
关闭防火墙(视情况而定)
netsh firewall set opmode disable
-----------------------------------------------------------------自定义表单
28. 定义模版:拖拽左侧表单元素到右侧区域,编辑表单元素,保存表单模版
29. 表单模版:编辑维护表单模版,复制表单模版,修改模版类型,预览表单模版
30. 我的表单:选择表单模版,编辑表单规则,是否上传图片、附件、开启富文本、挂靠流程开关等
31. 表单数据:从我的表单进去可增删改查表单数据,修改表单规则
32. 挂靠记录:记录表单数据和流程实例ID关联记录,可删除
原文地址:https://www.cnblogs.com/m13002622490/arcHive/2022/04/20/16170002.html
--结束END--
本文标题: PostgreSQL 在windows 配置
本文链接: https://lsjlt.com/news/9260.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-23
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0