PSQL快速入門(二)

1. 數據庫的讀取用戶必須和建立用戶是用一個,才能夠正常檢索到數據.


2. PSQL是可以通過large objects的方式存儲大數據在表中. (相關介紹如下:)

http://michael.otacoo.com/postgresql-2/playing-with-large-objects-in-postgres/

其中, large objects是原始數據, table表示邏輯關係.

3. vacuumlo 可以用來刪除孤立的large objects 在psql中

vacuumlo [options] database [database2 ... databaseN]

http://www.postgresql.org/docs/8.4/static/vacuumlo.html


4. unlike large objects的命令,如下

http://www.postgresql.org/message-id/013d01c6390b$73cf5970$cd00000a@sandhyar



發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章