這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WPPG

描述

WPPG is a special plugin enabling WordPress to be used with a PostgreSQL database. Redevelop from PG4WP plugin.

Github: https://github.com/qodrorid/wppg

WPPG gives you the possibility to install and use WordPress with a PostgreSQL database as a backend.
It works by replacing calls to MySQL specific functions with generic calls that maps them to another database functions and rewriting SQL queries on the fly when needed.

If you want to use this plugin, you should be aware of the following :
– WordPress with WPPG is expected to be slower than the original WordPress with MySQL because WPPG does much SQL rewriting for any page view
– Some WordPress plugins should work ‘out of the box’ but many plugins won’t because they would need specific code in WPPG

You shouldn’t expect any plugin specific code to be integrated into WPPG except for plugins shipped with WordPress itself (such as Akismet).

螢幕截圖

  • /assets/screenshot-1.png
  • /assets/screenshot-2.png

安裝

  • Install and active postgress db in Settings > WPPG > change database to Postgressql
  • Create database and user in your Postgressql
    • open your terminal in linux
    • sudo su – postgress
    • psql
    • create database your_database;
    • create user your_user with password ‘your_password’;
    • grant all privileges on database your_database to your_user;
    • \q for exit
  • Update your wp-config.php file

常見問題

Installation Instructions
  • Install and active postgress db in Settings > WPPG > change database to Postgressql
  • Create database and user in your Postgressql
    • open your terminal in linux
    • sudo su – postgress
    • psql
    • create database your_database;
    • create user your_user with password ‘your_password’;
    • grant all privileges on database your_database to your_user;
    • \q for exit
  • Update your wp-config.php file

貢獻者及開發者

“WPPG” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WPPG 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄