代码改变世界

阅读排行榜

From Disk partition to PostgreSQL installation

2016-01-20 09:20 by DataBases, 610 阅读, 收藏,
摘要: From Disk partition to PostgreSQLinstallation 阅读全文

PostgreSQL trigger (function) examples

2015-10-14 16:20 by DataBases, 602 阅读, 收藏,
摘要: PostgreSQL 触发器示例 阅读全文

Linux环境pyhon3安装pyinstaller

2021-01-11 17:54 by DataBases, 592 阅读, 收藏,
摘要: find / -name "pyinstaller"1.安装pyhon3 #!/usr/bin/env bashyum install -y gcc gcc-c++ cyrus-sasl cyrus-sasl-devel cyrus-sasl-lib patch libffi-devel pytho 阅读全文

presto-admin2.5 安装部署prestoserver0.224

2020-09-28 18:19 by DataBases, 591 阅读, 收藏,
摘要: 1.主机准备root用户修改所有节点主机名配置文件/etc/hostname修改配置文件/etc/hosts添加IP地址与主机名的映射关系172.25.5.41 node01172.25.5.42 node02172.25.5.43 node03root用户免密登录root用户设置所有节点免密登录所 阅读全文

views of postgresql user password and encrypted or unencrypted

2016-05-12 11:27 by DataBases, 591 阅读, 收藏,
摘要: password_encryption = onpostgres=# create user user1 with encrypted password 'user1';CREATE ROLEpostgres=# create user user2 with unencrypted password 阅读全文
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 80 下一页