PostgreSQL 12 说明书
2021-11-09 18:10:51 12.47MB pgsql postgresql sql database
1
postgresql8.2.3中文手册 目录 前言 何为 PostgreSQL? PostgreSQL 简史 格式约定 更多信息 臭虫汇报指导 I. 教程 1. 从头开始 2. SQL 语言 3. 高级特性 II. SQL 语言 4. SQL 语法 5. 数据定义 6. 数据操作 7. 查询 8. 数据类型 9. 函数和操作符 10. 类型转换 11. 索引 12. 并发控制 13. 性能提升技巧 III. 服务器管理 14. 安装指导 15. 在 Windows 上安装客户端 16. 操作系统环境 17. 服务器配置 18. 数据库角色和权限 19. 管理数据库 20. 用户认证 21. 区域 22. 日常数据库维护工作 23. 备份与恢复 24. 高可用性与负载均衡 25. 监控数据库的活动 26. 监控磁盘使用情况 27. 可靠性和预写式日志 28. 回归测试 IV. 客户端接口 29. libpq - C库 30. 大对象 31. ECPG - 在C里嵌入SQL 32. 信息模式 V. 服务器端编程
2021-11-08 18:46:57 1.54MB postgresql
1
前言 最近工作上使用的数据库一直是Postgresql,这是一款开源的数据库,而且任何个人可以将该数据库用于商业用途。在使用Postgresql的时候,让我最明显的感觉就是这数据库做的真心好,虽然说数据库的安装包真的很小,但是性能和操作的便捷是一点也不输给其他商业的大型数据库,另外在命令行界面下对该数据库直接进行操作的感觉真的是很爽。在使用数据库的时候,我们作为小公司的数据库管理员有一项工作是不可能避免的,那就是数据的备份和恢复问题。PostgreSQL虽然各个方面的有点很多,但是在数据库备份这方面,它是不支持增量备份的,这点确实让人觉得很是可惜啊。不过,瑕不掩瑜,总的来说这是一款很好的数据库
2021-11-08 16:33:22 85KB log文件 postgresql recovery
1
postgresql数据库备份和恢复文档资料,详细介绍了PostgreSQL数据库的备份与恢复 方法,值得学习下
2021-11-08 16:19:19 158KB postgresql 数据库
1
使用postgresql客户端备份数据比较慢,并且使用客户端备份时不能进行其他操作,使用脚本备份比较方便。 注意事项: 1.使用本脚本 要修改成你自己要备份的数据库、连接IP、用户名、密码 2.备份前要用postgresql客户端连接过要备份的数据库、并且记住密码才能备份成功 3.如果想让系统在指定时间执行备份,需要在系统计划任务中添加计划执行该脚本
2021-11-08 15:57:22 505B Postgresql auto backup
1
Book Description Publication Date: October 26, 2010 Written in the cookbook style, this book offers learning and techniques through recipes. It contains step-by-step instructions for administrators and developers to manage databases on PostgreSQL. The book is designed in such a way that you can read it chapter by chapter or refer to recipes in no particular order. This book is for Sysadmins, Database Administrators, Architects, Developers, and anyone with an interest in planning for or running live production databases. This book is most suited to those who have some technical experience. Editorial Reviews About the Author Simon Riggs Simon Riggs is one of the few Major Developers and Committers on the PostgreSQL database project, and is also CTO of 2ndQuadrant, providing 24x7 support and services to PostgreSQL users worldwide. Simon has worked with enterprise-class database applications for more than 20 years, with prior certifications on Oracle, Teradata and DB2. Simon is responsible for much of the database recovery and replication code in PostgreSQL, and designed or wrote many of the latest performance enhancements. He uses his operational experience to contribute to many aspects of both internal design and usability. Hannu Krosing Hannu Krosing is Principal Consultant at 2ndQuadrant and a Technical Advisor at Ambient Sound Investments. As the original database architect at Skype Technologies, Hannu was responsible for designing the Skytools suite of replication and scalability technologies. Hannu has more than 12 years experience working with, and contributing to, the PostgreSQL project. Simon Riggs Simon Riggs is one of the few Major Developers and Committers on the PostgreSQL database project, and is also CTO of 2ndQuadrant, providing 24x7 support and services to PostgreSQL users worldwide. Simon has worked with enterprise-class database applications for more than 20 years, with prior certifications on Oracle, Teradata and DB2. Simon is responsible for
2021-11-08 00:48:07 2.56MB PostgreSQL
1
用于PostGIS的MyBatis类型处理程序 MyBatis类型处理程序支持PostGIS中引入的几何类型:JDBC Geometry API 要求 Java 7或更高版本。 它依赖的最新PostGIS JDBC API使用的是PostgreSQL JDBC的JRE7版本,因此它需要Java 7或更高版本。 安装 如果您使用的是Maven,请将以下依赖项添加到pom.xml : com.eyougo mybatis-typehandlers-postgis</ art
2021-11-05 18:16:04 22KB postgresql postgis mybatis mybatis3
1
符合ANSI SQL 92和ANSI SQL 99标准,是目前功能最强、最稳定的开放源代码数据库产品,具有存储过程、事务、视图、触发器等功能,与MySQL相比,PostgreSQL注重整体性能和稳定性。
2021-11-05 16:46:13 37.44MB 服务器类
1
PostgreySql 的JDBC驱动包postgresql-8.1-404.jdbc3.jar
2021-11-04 18:16:22 392KB postgr
1
该工具为postgreSql数据库管理工具,解压安装即可使用。
2021-11-04 14:15:08 12.94MB postgresql 数据库
1