zoukankan      html  css  js  c++  java
  • PostgreSQL资料汇总

    慢慢积累一些有用的资料:

    https://postgrespro.ru

    参数设置

    https://help.deepsecurity.trendmicro.com/10_2/aws/postgresql-tuning.html

    VIKI:

    https://wiki.postgresql.org/wiki/Main_Page

    interdb:

    http://www.interdb.jp

    Bruce momjia:

    https://momjian.us/main/blogs/pgblog/2018.html

    https://bucardo.org

    BUCARDO LOVES OPEN SOURCE
    PostgreSQL tools for Replication, Monitoring, and Productivity

    Designed with for PostgreSQL

    ---20190922添加--

    版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。
    本文链接:https://blog.csdn.net/ugghhj/article/details/87386116
                    开源数据库 PostgreSQL 中文资料非常缺乏,很多社区朋友苦于上手的中文资料少,因此汇总收集以下 PostgreSQL 中文资料,包括 PostgreSQL 中文手册,中文书籍,技术博客,培训视频和历届 PostgreSQL 大会材料。希望这些中文资料能够方便有需要的朋友,降低 PostgreSQL 的上手门槛。

    中文社区网站 
    PostgreSQL 中文社区官网:  http://postgres.cn
    PostgreSQL 中文BBS论坛:  http://bbs.pgsqldb.com (论坛近期维护中)

    官方手册中文版
    PostgreSQL9.3 中文手册:   http://www.postgres.cn/docs/9.3/index.html
    PostgreSQL9.4 中文手册:   http://www.postgres.cn/docs/9.4/index.html

    推荐书籍( 中文 )
    PostgreSQL从菜鸟到专家(中文版)
    PostgreSQL 9 Administration Cookbook (中文版)
    PostgreSQL 9.0性能调校 
    数据库查询优化器的艺术
    PostgreSQL 数据库内核分析
    PostgreSQL修炼之道:从小工到专家

    技术博客
    德哥:      http://blog.163.com/digoal@126/
    谭峰(francs):    http://francs3.blog.163.com/
    陈立群(kenyon):   http://my.oschina.net/Kenyon
    唐成(osdba):    http://blog.osdba.net/
    那海蓝蓝:      http://blog.163.com/li_hx/
    有理想的猪:    http://my.oschina.net/quanzl/blog
    大肚熊:        http://www.cnblogs.com/daduxiong/category/257029.html
    Stephen_Liu:   http://www.cnblogs.com/stephen-liu74/
    David_Tang:    http://www.cnblogs.com/mchina/tag/postgresql/
    beigang:          http://blog.csdn.net/beiigang
    备注:排名不分先后,找到合适的博客再补充。

    视频教程
    PostgreSQL 培训视频教程(德哥): http://www.tudou.com/home/digoal

    历年 PostgreSQL 活动,大会资料
    象行中国2015 Postgres全国技术交流会
    http://letspostgres-tcwechatshare.eventdove.com/

    2015 PostgreSQL 高峰论坛
    http://bbs.aliyun.com/read/252086.html?spm=5176.7114037.1996646101.3.awtWW6&pos=2

    2014年PostgreSQL全国用户大会
    http://wenku.it168.com/huiyi/2386

    Postgresql中国用户会 2013年广州社区活动
    http://wenku.it168.com/org/145

    2013年Postgresql全国用户大会(杭州)ppt文档
    http://wenku.it168.com/huiyi/721

    2012年Postgresql全国用户大会(北京)ppt文档
    http://topic.it168.com/factory/PostgreSQL/

    2012 杭州 PostgreSQL 交流小聚( 分会 )
    http://bbs.pgsqldb.com:8079/client/post_show.php?zt_auto_bh=56749


    社区 QQ 群
    PostgreSQL专业群1(2000人已满):    3336901 
    PostgreSQL专业群2(1000人):    100910388
    PostgreSQL内核交流群(200人): 191516184
    PostgreSQL 用户会的微信号:postgres用户会         
    PostgreSQL 用户会微博:  PostgreSQL用户会


    ————————————————
    版权声明:本文为CSDN博主「不靠傻空」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
    原文链接:https://blog.csdn.net/ugghhj/article/details/87386116

  • 相关阅读:
    malloc 函数
    如何在Ubuntu 20.04上启用SSH
    E :仓库***没有Release文件
    Invocation of init method failed; nested exception is org.hibernate.HibernateException: could not instantiate RegionFactory [org.hibernate.cache.impl
    发送方IP地址与路由器
    计算机系统到底是个什么东东
    批量创建10个系统帐号,并设置密码(密码为随机数,要求字符和数字等混合(第一种)
    mysql主从复制
    mysql主从复制和读写分离
    系统命令大全
  • 原文地址:https://www.cnblogs.com/kuang17/p/9258853.html
Copyright © 2011-2022 走看看