Portable PostgreSQL
為什么80%的碼農(nóng)都做不了架構(gòu)師?>>> ??
Portable PostgreSQL
?
介紹
PostgreSQL Portable
PostgreSQLPortable is an open source database packaged as a portable app, so you can run a full PostgreSQL database on your iPod, USB flash drive, portable hard drive, etc. It has all the same features as PostgreSQL, plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go.
PostgreSQLPortable 是一個開源的便攜數(shù)據(jù)庫APP,你可以運行一個完整的PostgreSQL數(shù)據(jù)庫,這個數(shù)據(jù)庫存放在你的ipod,U盤等移動存儲設(shè)備,它擁有與PostgreSQL醫(yī)院的特性。它不會存留任何個人的信息在你的運行它的機器上,你可以用移動存儲設(shè)備隨時帶走。
?
Features
- No installation required. Simply download, extract and run! 無需安裝,下周解壓立即使用。
- Runs a complete PostgreSQL Server instance.運行一個完全的PostgreSQL實例;
- Does not require a local "postgres" user account or administrator privileges, works for any user.不需要建立一個本地的 "postgres" 用戶或者超級用戶權(quán)限,可以用任何用戶運行。
- Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, OneDrive, etc) or hard drive.完全便攜,運行在USB存儲設(shè)備,云盤或者硬盤上。
- Packaged in PortableApps.com format for easy integration. PortableApps.com 方便集成。
System Requirements
- Microsoft Windows 8, 7, Vista or XP.
- PortableApps.com Platform?(Optional)
?
?
下載
https://sourceforge.net/projects/postgresqlportable/files/?source=navbar
https://github.com/garethflowers/postgresql-portable
?
使用
下載下來,解壓到一個目錄下,這個目錄路徑不能有中文。。。
?
運行:
?
PostgreSQLPortable.exe
?
查看角色
?
postgresql數(shù)據(jù)庫用戶
postgres=# \du
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?List of roles
?Role name | ? ? ? ? ? ? ? ? ? Attributes ? ? ? ? ? ? ? ? ? | Member of?
-----------+------------------------------------------------+-----------
?postgres ? ? ?| …
?
查看用戶
postgres=# SELECT u.usename AS "User name",
? u.usesysid AS "User ID",
? CASE WHEN u.usesuper AND u.usecreatedb THEN CAST('superuser, create
database' AS pg_catalog.text)
? ? ? ?WHEN u.usesuper THEN CAST('superuser' AS pg_catalog.text)
? ? ? ?WHEN u.usecreatedb THEN CAST('create database' AS
pg_catalog.text)
? ? ? ?ELSE CAST('' AS pg_catalog.text)
? END AS "Attributes"
FROM pg_catalog.pg_user u
ORDER BY 1;
?
用戶名:postgres
?
?
客戶端
HeidiSQL
http://www.heidisql.com/
?
用戶是:postgres
端口是:5432
?
?
?
pgAdmin?
https://www.pgadmin.org/
建議pgAdmin III
?
?
教程
?
http://www.yiibai.com/html/postgresql/2013/080116.html
?
轉(zhuǎn)載于:https://my.oschina.net/grail/blog/755355
總結(jié)
以上是生活随笔為你收集整理的Portable PostgreSQL的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 快速建立自己的个人网站!五款建站程序
- 下一篇: 要是想让程序跳转到绝对地址是0x1000