1,postgresql學習uri推薦
http://www.php100.com/manual/PostgreSQL8/
http://www.php100.com/manual/PostgreSQL8/reference.html
http://www.yiibai.com/html/postgresql/
[Note tips byRuiy,distinguish uri/url,service/server,There has a certain truth chillax!]
Friends all stunned ->lithe Ruiy the story;
2,PostgreSQL linux distributionV ins、簡單sql Ruiy在此就不多言了,主要是在linux平台下 OSUser與PostgreSQL的用戶間對等映射關系;
3,PostgreSQL C/C++API簡單實踐之API簡單熟悉介紹
postgresql C/C++ API主要使用libpq* lib;
<一,>1,連接本地
postgresql rui庫,rui用戶,321密碼,默認pgsql 5432端口,codeExample:
2,compile and run;<二,>1,創建表
codeExample
2,compile and run;<三,>1,表中插入數據
codeExample
2,compileCodeExample
end byRuiy;
API是其它的應用程序為程序員提供的編程接口,可以通過這些接口修改原應用程序的一些行為(可以通過API為原應用程序編寫插件),前面的C表示這些接口可以用C語言編寫的程序調用。
可以使用PostgreSQL的C庫:libpg
PostgreSQL安裝包附帶
或者安裝PostgreSQL的ODBC驅動,通過ODBC標准函數連接PostgreSQL
如果使用C++/CLI,也可以使用ADO.NET等