摘要:
\timing 打开或关闭sql执行时间 \watch [seconds] 反复执行上一句sql命令 阅读全文
posted @ 2021-10-13 22:03
罗论明
阅读(114)
评论(0)
推荐(0)
摘要:
编辑cat ~/.psqlrc文件 添加脚本 [postgres@localhost ~]$ cat ~/.psqlrc \set active_session ' select pid,usename,datname,query,client_addr from pg_stat_activity 阅读全文
posted @ 2021-10-13 21:55
罗论明
阅读(150)
评论(0)
推荐(0)
摘要:
--编写test_2.sql脚本 [postgres@localhost ~]$ cat test_2.sql select * from test_2 where id=:v_id; 通过-v传递参数 [postgres@localhost ~]$ psql -v v_id=1 -f test_2 阅读全文
posted @ 2021-10-13 21:42
罗论明
阅读(438)
评论(0)
推荐(0)
摘要:
--编写脚本文件 [postgres@localhost ~]$ cat test_2.sqlcreate table test_2(id int4);insert into test_2 values (1);insert into test_2 values (2);insert into te 阅读全文
posted @ 2021-10-13 21:28
罗论明
阅读(403)
评论(0)
推荐(0)
摘要:
--创建用户,创建空间目录,创建数据库,赋权 postgres=# create role pguser with password 'pguser'; CREATE ROLE [root@localhost ~]# mkdir -p /database/pg10/pg_tbs/tbs_mydb r 阅读全文
posted @ 2021-10-13 16:59
罗论明
阅读(247)
评论(0)
推荐(0)
摘要:
使用pg_ctl方式进行管理 1.数据库的启动,查看状态,关闭 [root@localhost ~]# su - postgres Last login: Tue Oct 12 23:34:33 EDT 2021 on pts/1 [postgres@localhost ~]$ /opt/pgsql 阅读全文
posted @ 2021-10-13 13:45
罗论明
阅读(230)
评论(0)
推荐(0)
摘要:
1.源码编译安装 下载地址:https://www.postgresql.org/ftp/source/v10.0/解压 tar -zxvf postgresql-10.0.tar.gz 2.准备好编译环境和安装包 yum groupinstall "Development tools" yum i 阅读全文
posted @ 2021-10-13 11:40
罗论明
阅读(124)
评论(0)
推荐(0)

浙公网安备 33010602011771号