高哲技术博客 高哲技术博客
首页
编程
爬虫
运维
硬件
收藏
归档
关于

嘉美伯爵

前途光明,无需畏惧
首页
编程
爬虫
运维
硬件
收藏
归档
关于
  • 方案

  • 数据库

    • mysql

    • es

    • redis

    • etcd

    • pg

      • PostgreSQL数据搭建和配置
        • 登录
        • 问题
        • 参考
      • pgvector向量数据库搭建和使用
  • 虚拟化

  • 自动化部署

  • 中间件

  • 可观测

  • 操作系统

  • 运维
  • 数据库
  • pg
fovegage
2023-07-19
目录

PostgreSQL数据搭建和配置

# 登录

# 如果设置  host all all 0.0.0.0/0 trust  则任意密码都可以登录
#Type database user address method 
host all postgres 127.0.0.1/32 trust
https://www.modb.pro/db/81998
1
2
3
4

# 问题

# 这个问题是 客户端的原因(navicat)
连接PGSQL报错column “datlastsysoid“ does not exist Line1:SELECT DISTINCT datalastsysoid FROM pg_database
https://blog.csdn.net/weixin_44127299/article/details/127883966
1
2
3

# 参考

  • 如何在 Ubuntu 20.04 上安装 PostgreSQL (opens new window)
上次更新: 2023-07-23 19:24:26
etcd watch机制深入理解
pgvector向量数据库搭建和使用

← etcd watch机制深入理解 pgvector向量数据库搭建和使用→

最近更新
01
token embed和postion embed
06-10
02
k8s pod日志排查问题
10-24
03
golang内部私服建设方案
10-21
更多文章>
Theme by Vdoing | Copyright © 2018-2025 嘉美伯爵 | 鲁ICP备20001560号-4
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式