数据库与容器技术实战指南
1. PostgreSQL 的安装与使用
PostgreSQL 是一款生产级的 SQL 数据库,以下为您介绍其安装、启动、停止以及相关操作。
1. 安装与初始化 :在安装过程中,会对已有目录的权限进行修复,创建子目录、配置文件等操作。示例如下:
fixing permissions on existing directory D:/Applns/postgresql/
postgresql-14.1-1-windows-x64-binaries/pgsql_data ... ok
creating subdirectories ... ok
selecting dynamic shared memory implementation ... windows
selecting default max_connections ... 100
selecting default shared_buffers ... 128MB
selecting default time zone ... Asia/Calcutta
creating configuration files ... ok
running bootstrap script ... ok
performing post-bootstrap initialization ... ok
syncing data to disk ... ok
Success. You can now start the database server using:
"D:\Applns\postgresql\postgresql-14.1-1-windows-x64-bina
超级会员免费看
订阅专栏 解锁全文
1721

被折叠的 条评论
为什么被折叠?



