首页
留言本
模式 schema
模式schema是数据库中的一个概念,可以将其理解为一个命名空间。不同的模式下可以有相同名称的 表、函数等对象且互相不冲突。提出模式的概念是为了便于管理,只要有权限,每个模式(schema)的 对象可...
admin
2024-08-06
780
postgresql命令帮助
切换到postgres用户 root@postgresql-1:~# su - postgres 进入到数据库里 postgres@postgresql-1:...
admin
2024-08-06
748
PostgreSQL中的术语
PostgreSQL中的术语 PostgreSQL有一些术语与其他数据库中不一样,了解了这些术语的意思,就能更好地看懂PostgreSQL 中的文档。 与其他数据库不同的术语如下。 Relat...
admin
2024-08-06
878
postgresql数据库的结构组织
数据库的结构组织在一个PostgreSQL 数据库系统中,数据的组织结构可以分为以下五层: 实例: 一个PostgreSQL对应一个安装的数据目录$PGDATA,即一个instance实例...
admin
2024-08-06
751
postgresql常用操作命令
1.查看编译参数 postgres@postgresql-1:~$ pg_config 返回结果: pg_config pg_controldata BINDIR =...
admin
2024-08-06
776
ubuntu2404安装softether vpnserver
1.安装系统常用软件包,编译安装使用apt update && apt install lrzsz vim wget bash-completion net-tools make gc...
admin
2024-08-06
829
postgresql14.2编译安装脚本(rocky/ubuntu)
#!/bin/bash POSTGRESQL_VERSION=14.2 INSTALL_DIR=/usr/local/pgsql DATA_DIR=/pgsql/data DB_USER=...
admin
2024-08-06
788
ubuntu2204编译安装postgresql14.2
源码包下载地址https://www.postgresql.org/ftp/source/下载源码包wget https://ftp.postgresql.org/pub/source/v14.2/p...
admin
2024-08-06
741
ubuntu安装PostgreSQL
官网:https://www.postgresql.org/配置ubuntu源等信息https://www.postgresql.org/download/linux/ubuntu/配置信息可以写成脚...
admin
2024-08-06
591
Linux一键部署OpenVPN脚本
每次架设OpenVPN Server就很痛苦,步骤太多,会出错的地方也多,基本很少一次性成功的。直到我找到了这个项目:项目地址:https://github.com/guoew/openvpn-ins...
admin
2024-07-29
1211
脚本安装nexus
NEXUS_VERSION=3.43.0-01 #可能需要科学上网 NEXUS_URL="https://download.sonatype.com/nexus/3/nexus-${...
admin
2024-07-27
597
zookeeper集群安装脚本(3节点)
解释: ZK_VERSION=3.8.4 #ZK_VERSION=3.8.0 #ZK_VERSION=3.6.3 #ZK_VERSION=3.7.1 #ZK_URL=https://ar...
admin
2024-07-21
755
zookeeper集群介绍和手动部署方案(3节点)
zookeeper集群Zookeeper集群基于Master/Slave的模型处于主要地位负责处理写操作)的主机称为Leader节点,处于次要地位主要负责处理读操作的主机称为 follower 节点当...
admin
2024-07-21
646
centos7防火墙firewalld
# 查询端口是否开放 firewall-cmd --query-port=8080/tcp # 开放80端口 firewall-cmd --permanent --add-port=80/tcp...
admin
2024-07-21
626
脚本安装zookeeper3.8.4(rocky/ubuntu)
#支持在线和离线安装 ZK_VERSION=3.8.4 #ZK_VERSION=3.8.0 #ZK_VERSION=3.6.3 #ZK_VERSION=3.7.1 #ZK_URL=htt...
admin
2024-07-20
527
‹‹
‹
1
2
3
4
5
6
7
8
9
10
›
››
Powered By
Z-BlogPHP 1.7.4
Theme By
优美模版
本博客为开源博客,本博客联系QQ:372097243