目录 语言无关类 操作系统 智能系统 分布式系统 编译原理 函数式概念 计算机图形学 WEB服务器 版本控制 编辑器 NoSQL PostgreSQL MySQL 管理和监控 项目相关 设计模式 Web 大数据 编程艺术 其它 语言相关类 Android APP AWK C/C++ C# Cloju ...
分类:
其他好文 时间:
2016-11-08 19:50:36
阅读次数:
356
在安装PG数据库的过程中,会选择安装目录以及数据存放目录和端口,并需要选择Local,如果全部使用默认,并且设置好自己的密码后开始安装,前期进展还比较顺利,到了安装Database Cluster时,提示需要花费几分钟,没想到之后出现一个警告框,如下图。 点击OK,倒是可以安装到最后,一开始也没有管 ...
分类:
数据库 时间:
2016-11-08 19:39:46
阅读次数:
216
一、表结构定义--Table:public.tbl_buildings--DROPTABLEpublic.tbl_buildings;CREATETABLEpublic.tbl_buildings(idcharacter(7)NOTNULL,namecharacter(20),typecharacter(10),addresscharacter(30),the_geomgeometry,CONSTRAINTtbl_buildings_pkeyPRIMARYKEY(id))列变更SELECT..
分类:
数据库 时间:
2016-11-07 20:10:16
阅读次数:
203
This article is an in-depth tutorial for using Kafka to move data from PostgreSQL to Hadoop HDFS via JDBC connections. Read this eGuide to discover th ...
分类:
数据库 时间:
2016-11-06 16:48:20
阅读次数:
268
版权声明:本文由李跃森原创文章,转载请注明出处: 文章原文链接:https://www.qcloud.com/community/article/142 来源:腾云阁 https://www.qcloud.com/community 李跃森,腾讯云PostgreSQL首席架构师,腾讯数据库团队架构师 ...
分类:
微信 时间:
2016-11-06 14:30:28
阅读次数:
413
近期由于业务需要和一些json的存储查询需要,把新的应用切到pgsql上来,刚刚切好,是可以正常使用的,但是偶尔会来一下 java连接pgsql 偶尔出现 这个错。 org.postgresql.util.PSQLException: ERROR: prepared statement "S_1" ...
分类:
数据库 时间:
2016-11-05 20:20:53
阅读次数:
243
PostgreSQL是一个强大的关系型数据库管理系统,它按照BSD许可[1]发行。PostgreSQL包含很多高级的特性,拥有良好的性能和很好的适用性。 PostgreSQL绑定了很多种编程语言,例如 C, C++, Python, Java, PHP, Ruby等 ,它可以操作很多东西,从简单的W ...
分类:
数据库 时间:
2016-11-05 14:18:03
阅读次数:
234
postgresql从零开始学 PostgreSQL for Data Architects PostgreSQL Server Programming, 2nd Edition PostgreSQL Cookbook PostgreSQL 9 Administration Cookbook Sec... ...
分类:
数据库 时间:
2016-11-04 16:52:50
阅读次数:
169
SELECT corp_id,appid, login_name ,app_name,CAST(CAST(SUM(pay_fee) AS FLOAT)/100 AS DEC(10,2)) pay_fee ,report_date FROM (pay_order INNER JOIN pay_app ...
分类:
数据库 时间:
2016-11-04 16:39:02
阅读次数:
429
安装: yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-centos96-9.6-3.noarch.rpm yum install postgresql96-server ...
分类:
数据库 时间:
2016-11-02 14:06:41
阅读次数:
207