Time of Update: 2016-10-22
標籤:建立資料庫 資料集 com ada images image highlight 技術 datalist  
Time of Update: 2016-08-30
標籤://關閉selinuxgetenforcesetenfroce 0vi /etc/selinux/configSELINUX=disabledSELINUXTYPE=targeted//關閉防火牆#chkconfig iptables off#service iptables stop//安裝PGSQL# rpm --force -ivh openssl-1.0.1e-42.el6.x86_64.rpm postgresql94-libs-9.4.6-1PGDG.rhel6.x86_64.
Time of Update: 2016-08-11
標籤:1.Install PostgreSql9.3 a:yum install copy repository to: /etc/yum/yum.repos.d yum -y install postgresql93-server postgresql93-contrib --skip-broken yum install http://yum.postgresql.org/9.5/redhat/rhel-7-x86_64/pgdg-redhat95-9.5-2.noarch.rpm
Time of Update: 2016-06-28
標籤:表大小資訊postgres=# SELECT *, pg_size_pretty(total_bytes) AS totalpostgres-# , pg_size_pretty(index_bytes) AS INDEXpostgres-# , pg_size_pretty(toast_bytes) AS toastpostgres-# , pg_size_pretty(table_bytes) AS TABLEpostgres-# FROM
Time of Update: 2016-06-20
標籤:PostgreSQL支援基本的表資料分割函數。本文描述為什麼需要表分區以及如何在資料庫設計中使用表分區。1.
Time of Update: 2016-06-03
標籤:你可以通過聲明表的名字和所有欄位的名字及其類型來建立表:CREATE TABLE weather ( city varchar(80), temp_lo int, -- 最低氣溫 temp_hi int, -- 最高氣溫 prcp real, -- 降水量 date date);你可以在 psql
Time of Update: 2016-06-03
標籤:本章提供一個如何使用 SQL 執行簡單操作的概述。本教程的目的只是給你一個介紹,並非完整的 SQL 教程。有許多關於 SQL 的書,包括 Understanding the New SQL 和 A Guide to the SQL Standard 。而且你還要知道有些 PostgreSQL 語言特性是對標準的擴充。在隨後的例子裡,我們假設你已經建立了名為 mydb 的資料庫,就像在前面的章裡面介紹的一樣,並且已經啟動了 psql 。本手冊的例子也可以在 PostgreSQL
Time of Update: 2016-05-03
標籤:MySQL同PostgreSQL對比MySQL相對來說比較年輕,首度出現在1994年。它聲稱自己是最流行的開來源資料庫。MySQL就是LAMP(用於Web開發的軟體包,包括Linux、Apache及Perl/PHP/Python)中的M。構建在LAMP棧之上的大多數應用都會使用MySQL,包括那些知名的應用,如
Time of Update: 2016-04-30
標籤:緣起iso=> \d+ test; Table "public.test" Column | Type | Modifiers | Storage | Description --------+-----------------------+-----------+----------+------------- no | character varying(32) | not null |
Time of Update: 2016-04-27
標籤:目錄[-]一、高可用性、負載平衡、複製的幾個方案比較:二、多節點叢集方案比較9.3官方文檔(中文):http://58.58.27.50:8079/doc/html/9.3.1_zh/high-availability.html複製、叢集和串連池: https://wiki.postgresql.org/wiki/Replication,_Clustering,_and_Connection_Pooling叢集方案功能列表: http://blog.osdba.net/
Time of Update: 2016-04-07
標籤:1、Explainexplain select * from tablename; 2、explain輸出josn格式explain (format json) select * from tablename;除了json格式,還支援xml、text、yaml等 3、explain analyze查看實際的啟動時間explain analyze select * from tablelname;另一種方法:explain(analyze true) select *
Time of Update: 2016-02-17
標籤:1. 啟動postgresql[email protected]:~# service postgresql start2. 設定使用者與資料庫[email protected]:~# su postgres[email protected]:/root$ createuser msf4 -PEnter password for new role:Enter it again:[email protected]:/root$ createdb
Time of Update: 2016-02-16
標籤:最近看到PostgreSQL話題比較多,就搜尋了一下它與mysql的對比知了連結:http://www.zhihu.com/question/20010554/answer/74037965來源:知乎一、PG相對於MySQL的優勢:1、在SQL的標準實現上要比MySQL完善,而且功能實現比較嚴謹;2、預存程序的功能支援要比MySQL好,具備本機快取執行計畫的能力;3、對錶串連支援較完整,最佳化器的功能較完整,支援的索引類型很多,複雜查詢能力較強;4、PG主表採用堆表存放,MySQL採用索引
Time of Update: 2016-01-29
標籤:How to debug plpgsql with pgAdminIII[[email protected] soft_bak]# git clone git://git.postgresql.org/git/pldebugger.gitInitialized empty Git repository in /opt/soft_bak/pldebugger/.git/remote: Counting objects: 445, done.remote: Compressing
Time of Update: 2016-01-26
標籤:與Walbouncer 一起工作在本書的最後一章,將引導您通向2014年發布的一個工具,稱為walbouncer。本書中的大多數技巧說明了如何複製整個資料庫執行個體,如何分區,等等。在最後一章,是關於wabouncer的,它是所有關於過濾交易記錄流來選擇性地複製資料庫物件從一台伺服器到到一組(不一定是完全相同的)slave。本章將涵蓋以下主題:•
Time of Update: 2015-10-12
標籤:1.背景在製作整體的開源工具箱產品中,資料入庫是一個重要的環節。雖然PostGIS提供了資料入庫介面化操作,但是畢竟此工具無法整合至我方工具箱中,並且該工具介面、操作都不是很理想,也無法定製化完成一些具體需求。所以,自製一個shp入庫工具還是比較有必要的。2.思路2.1
Time of Update: 2015-10-04
標籤:簡介我們可以通過一些圖形介面的管理程式,例如pgadmin來管理postgresql資料庫,通過可視化或者命令列的方式的建立新的對象,刪除和編輯現有的對象(例如目錄,模式,表等對象),再通過JDBC或者ODBC來訪問它們。介面操作:要開啟一個到服務的串連,在樹中選擇所需的服務,並雙擊它,或使用“工具”菜單上的串連即可。在主視窗中,顯示資料庫的結構。您可以建立新的對象,刪除和編輯現有的對象,如果你使用的是當前串連到資料庫使用者的許可權,在主視窗的左側顯示所有伺服器,以
Time of Update: 2015-09-18
標籤: 一.部署說明1.1 實施環境本文檔實驗環境如下:PGSQL主機: 192.168.1.45PGSQL備機: 192.168.1.50 軟體和系統版本Pgsql 版本: pgsql 9.2.4Linux 版本: Redhat 5.8 1.2 文檔說明 本文檔詳細說明了PG的雙機擴充,使pgsql資料庫具備雙機熱備流複製功能。注意,雙機熱備中存在主從關係,這樣才能保證資料的一直性,
Time of Update: 2015-09-14
標籤:介紹:barman是postgresql備份還原的管理工具。官網: http://www.pgbarman.org/本文環境:系統: centos6.6PostgreSQL
Time of Update: 2015-09-08
標籤:一、準備串連上master節點建立replication使用者# CREATE ROLE replicator with login replication password 123456;修改白名單pg_hba.conf# host replication all