Plugin info

Total downloads: 4,215
Active installs: 20
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/21/2017 (2962 days ago)
Added to WordPress: 11/4/2017 (8 years old)
Minimum WordPress version: 2.9.2
Tested up to WordPress version: 4.9.0
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2962 days ago • 2 reviews

22/100

Is WPPG abandoned?

Possibly abandoned (last update 2962 days ago).

Compatibility

Requires WordPress: 2.9.2
Tested up to: 4.9.0
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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).

Installation

  • 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

Frequently Asked Questions

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

Review feed

Agus Nurwanto
11/4/2017

Very helpfull when develop wordpress using postgressql database

good job

Screenshots

  1. /assets/screenshot-1.png

    /assets/screenshot-1.png

  2. /assets/screenshot-2.png

    /assets/screenshot-2.png

Changelog

No changelog available