Time of Update: 2017-02-28
常經常添加分區表,和清理分區表,很簡單的2個函數 --添加分區表 CREATE OR REPLACE FUNCTION create_table(table_name character varying,table_num integer) RETURNS void LANGUAGE plpgsql AS $function$ declare v_date char(8); v_tablename varchar(64); begin for i in 0..table_num
Time of Update: 2017-02-28
說實在的,我的這個 LAMP 網站,其實是不能遺忘這頭大象的。MySQL 是一條輕快的小海豚,但是缺少很多現代關聯式資料庫應有的特色,例如:參考完整性,視圖,觸發器等。因此,如果你需要開發一個電子商務的網站,需要這些功能的話,你或許應該考慮 PostgreSQL 了。本文將通過其在 Red Hat 7.1 上安裝過程,簡要介紹其用法。 PostgreSQL 的官方下載地址為: ftp://ftp.postgresql.org/pub/v7.1.3/postgresql-7
Time of Update: 2017-02-28
PostgreSQL是開源關係型資料庫的首選了,因為現在mysql資料庫都給oracle收購了,下面我們來介紹在centos中編譯PostgreSQL資料庫的教程. readline是一個開源的跨平台程式庫,提供了互動文本編輯功能。postgresql需要readline的支援。wget -c https://ftp.postgresql.org/pub/source/v9.3.5/postgresql-9.3.5.tar.gz[root@rootop
Time of Update: 2017-03-29
標籤:sys arch body int val sub sql cti server CREATE or REPLACE FUNCTION "sys_guid"() RETURNS
Time of Update: 2017-03-29
標籤:轉換 nbsp -- pos 沒有 路徑 href json res 1、left join 或者right
Time of Update: 2017-03-26
標籤:postgresql
Time of Update: 2017-03-26
標籤:ip地址 資料庫 database 設定檔 1、設定檔設定檔控制著一個PostgreSQL伺服器執行個體的基本行為,主要包含postgresql.conf、pg_hba.conf、pg_ident.conf(1)postgresql.conf
Time of Update: 2017-03-26
標籤:init groups suse cts objects string 分享 query fail 1 func AddGroup(w http.ResponseWriter,
Time of Update: 2017-03-25
標籤:部落格 管理工具 資料庫 文章 程式設計語言 PostgreSQL學習(一)1、PostgreSQL的特別之處以及選用理由(1)PostgreSQL支援用多種程式設計語言編寫存程過程和函數(2)PostgreSQL支援非常強大的使用者自訂資料類型功能2、PostgreSQL資源(1)Plantet PostgreSQL (
Time of Update: 2017-03-24
標籤:雙引號 line 其他 建立 style str strong res font 在postgreSQL裡面,user是一個保留字。如果你想建立user表,你可能會遭遇一些問題
Time of Update: 2017-03-23
標籤:standby 串連數 備份、恢複 dblink 條件 let 宕機 unix mit http://bbs.chinaunix.net/thread-1688208-1-1.
Time of Update: 2017-03-07
標籤:result pos pass 主鍵 插入 res div ram sql <insert id="addUser"
Time of Update: 2017-03-09
標籤:.net 匯出 _id header div UI style 需要 nbsp \copy 表名 to 路徑 with csv比如:\copy dataset to
Time of Update: 2017-03-07
標籤:編輯 conf style 存取權限 local class address lib logs PostgreSQL預設的理念是運行在本地地址且不允許外部存取的。如果想通過Navicat
Time of Update: 2017-03-08
標籤:postgresql csv import 1.excel檔案處理刪除掉標題列,另存新檔 以逗號分隔字元的CSV檔案2.檔案格式處理Notepad ++1).檔案轉換為UNIX格式2).格式轉換為UTF8無BOM3.上傳到資料庫匯入注意事項:1).字元集配置,作業系統字元集LANG=en_US.UTF-8資料庫字元集UTF-8uccc_im=# \l
Time of Update: 2017-03-04
標籤:max ova 運行 最大 大數 .net 系統 個數 img 本篇隨筆轉載自https://my.oschina.net/u/2381678/blog/552346。在生產環境postg
Time of Update: 2017-03-02
標籤:postgresql mysql特性比較 PostgreSQL MySQL 注釋 命令列快速鍵 豐富 欠缺 SQL並存執行 Y(9.6) N Repl並存執行
Time of Update: 2017-03-02
標籤:資料表空間 test size 還原 wrap 匯出 lock nts 大寫 一.工具備份資料開啟windows下的命令視窗:開始->cmd->安裝資料庫的目錄->進入b
Time of Update: 2017-03-01
標籤:http bsp start x86 line ase targe get centos
Time of Update: 2017-03-02
標籤:synonym 產生 ring substr ons 字串 https static 劃線 今天因為要處理曾經的一個Bug產生的資料庫欄位內容冗餘的問題,需要用到截取函數。在網上翻閱了一下