Title: WPPG
Author: Agus Nurwanto
Published: <strong>2017-11-04</strong>
Last modified: 2017-11-21

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/wppg.svg)

# WPPG

 Autor: [Agus Nurwanto](https://profiles.wordpress.org/agus-nurwanto/)

[Pobierz](https://downloads.wordpress.org/plugin/wppg.1.0.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wppg/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wppg/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wppg/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wppg/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wppg/)

## Opis

WPPG is a special plugin enabling WordPress to be used with a PostgreSQL database.
Redevelop from [PG4WP plugin](https://wordpress.org/plugins/postgresql-for-wordpress/).

Github: [https://github.com/qodrorid/wppg](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).

## Zrzuty ekranu

[⌊/assets/screenshot-1.png⌉⌊/assets/screenshot-1.png⌉[

/assets/screenshot-1.png

[⌊/assets/screenshot-2.png⌉⌊/assets/screenshot-2.png⌉[

/assets/screenshot-2.png

## Instalacja

 * 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

## Najczęściej zadawane pytania

  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

## Recenzje

![](https://secure.gravatar.com/avatar/e9f29c3cba38650ca16306c3a0101eb72a99f5ee7c447af5417079d0a4b3a641?
s=60&d=retro&r=g)

### 󠀁[Usefull Plugin](https://wordpress.org/support/topic/wppg/)󠁿

 [logustra](https://profiles.wordpress.org/logustra/) 2017-11-04

Nice 🙂

![](https://secure.gravatar.com/avatar/a989c7fee8902692874eecb86dffdb882372a2fb6b277aec14d99261f905c649?
s=60&d=retro&r=g)

### 󠀁[Very helpfull when develop wordpress using postgressql database](https://wordpress.org/support/topic/very-helpfull-when-develop-wordpress-using-postgressql-database/)󠁿

 [Agus Nurwanto](https://profiles.wordpress.org/agus-nurwanto/) 2017-11-04

good job

 [ Przeczytaj 2 recenzje ](https://wordpress.org/support/plugin/wppg/reviews/)

## Kontrybutorzy i deweloperzy

„WPPG” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ Agus Nurwanto ](https://profiles.wordpress.org/agus-nurwanto/)

[Przetłumacz wtyczkę “WPPG” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wppg)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wppg/), sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/wppg/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/wppg/) przez
[RSS](https://plugins.trac.wordpress.org/log/wppg/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Wersja **1.0.1**
 *  Ostatnia aktualizacja **9 lat temu**
 *  Włączone instalacje **20+**
 *  Wersja WordPressa ** 2.9.2 lub nowszej **
 *  Testowano do **4.9.0**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wppg/)
 * Tagi
 * [database](https://pl.wordpress.org/plugins/tags/database/)[mysql](https://pl.wordpress.org/plugins/tags/mysql/)
   [PostgreSQL](https://pl.wordpress.org/plugins/tags/postgresql/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wppg/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  2 recenzje 5-gwiazdkowe     ](https://wordpress.org/support/plugin/wppg/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/wppg/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/wppg/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/wppg/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/wppg/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wppg/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wppg/reviews/)

## Zaangażowani

 *   [ Agus Nurwanto ](https://profiles.wordpress.org/agus-nurwanto/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wppg/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.me/agusnurwanto/)