Re: How can we expand PostgreSQL ecosystem? - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: How can we expand PostgreSQL ecosystem?
Date
Msg-id CAMsr+YHGVVcPJfLDvEdm4sATLKwaCxEaQNJDRYEhf8FjOvdCaw@mail.gmail.com
Whole thread Raw
In response to Re: How can we expand PostgreSQL ecosystem?  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: How can we expand PostgreSQL ecosystem?  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
On 7 March 2016 at 17:06, Tatsuo Ishii <ishii@postgresql.org> wrote:
> * Only 24 open source projects are listed as interoperable.
> Open Source Projects Using PostgreSQL
> https://wiki.postgresql.org/wiki/OpenSource_Projects_Using_PostgreSQL

It's pity that some very popular OSS projects do not care about
PostgreSQL. WordPress is one of such OSS projects. Long time ago
someone came up with "PostgreSQL plugin" but it didn't catch up
WordPress releases and now cannot be used with the latest version of
WordPress. In my understanding WordPress fixes security issues only
with the latest version; as a result, we cannot use safe version of
WordPress if we want to use PostgreSQL for its database engine.

The killer there was that the plugin could only alter queries used by Wordpress core. Nobody just uses Wordpress core.  The whole reason Wordpress became popular is the vast collection of plugins, themes, etc. 90% of which are written by three stoned monkeys who once saw a PHP 4 manual in a mirror, which is part of why it has such an appalling security history. Plugins can just talk straight to the DB, and are written by people who have never heard of parametrized queries or, half the time, transactions.

What makes it popular and successful is also what makes supporting Pg in a way that'll actually see useful adoption hard.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: The plan for FDW-based sharding
Next
From: Amit Kapila
Date:
Subject: Re: WIP: Upper planner pathification