随笔分类 -  数据库 / A-数据库之PostgreSQL

摘要:############## 更改用户密码: postgres=# alter user work password 'work'; ALTER ROLE 更改用户密码失效时间: postgres=# alter user admin valid until '2023-05-13 23:12:00 阅读全文
posted @ 2023-05-09 23:55 igoodful 阅读(149) 评论(1) 推荐(0)
摘要:######################## apple=# \? General \copyright show PostgreSQL usage and distribution terms \crosstabview [COLUMNS] execute query and display 阅读全文
posted @ 2023-02-20 10:06 igoodful 阅读(343) 评论(1) 推荐(0)
摘要:################### 安装依赖包: yum groupinstall "Development tools" yum -y install gcc gcc-c++ make flex bison perl-ExtUtils-Embed perl-ExtUtils-MakeMaker 阅读全文
posted @ 2023-02-09 21:22 igoodful 阅读(1028) 评论(0) 推荐(0)