Re: [HACKERS] How can we expand PostgreSQL ecosystem?

From: "Tsunakawa, Takayuki" <tsunakawa(dot)takay(at)jp(dot)fujitsu(dot)com>
To: Torsten Zühlsdorff <mailinglists(at)toco-domains(dot)de>, Tatsuo Ishii <ishii(at)postgresql(dot)org>
Cc: "pgsql-advocacy(at)postgresql(dot)org" <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: [HACKERS] How can we expand PostgreSQL ecosystem?
Date: 2016-03-10 04:48:17
Message-ID: 0A3221C70F24FB45833433255569204D1F53026B@G01JPEXMBYT05
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy pgsql-hackers

> From: pgsql-advocacy-owner(at)postgresql(dot)org
> [mailto:pgsql-advocacy-owner(at)postgresql(dot)org] On Behalf Of Torsten
> But it is possible to add PostgreSQL support to many OSS projects, even
> if the are written just for MySQL. I did some work in greater projects to
> add an layer which adds support for SQLite. Most differences can be resolved
> dynamically.
>
> Also as a maintainer of FreeBSD there is another point i often notice:
> the user/maintainer is unaware of support of PostgreSQL. I've added a
> (optional) flag for PostgreSQL support to many software, so the user is
> able to used it.

Great. I'm glad to know such an activity. I'm also inclined to add support for PostgreSQL to popular software which brings new users to PostgreSQL. In that process, I anticipate that psqlODBC and PgJDBC will need to implement currently unsupported standard APIs (and possibly, the server too). I want to contribute to that, too.

> Another stopper is lack of comparison. Users want to make sure that
> everything works still fine on PostgreSQL and want to see what cool features
> they will gain on top. Or which problems they could solve.
> There was a website which compares MS SQL VS PostgreSQL and this was a great
> help for me.

So you suggested that some kind of comparison information will be necessary to help/convince software vendors, don't you? I'll keep that in mind.

BTW, PGECons has been making documentation for migrating from other databases to PostgreSQL (the artifact is in Japanese only).

Some informative pages are there:

Comparison of relational database management systems
https://www.google.co.jp/search?site=&source=hp&q=Comparison+of+relational+database+management+systems&oq=Comparison+of+relational+database+management+systems&gs_l=hp.3..0i19.4994636.4994636.0.4994948.5.5.0.0.0.0.334.928.0j3j1j1.5.0....0...1.1.64.hp..0.1.137.0.ESUA9_66uEQ

Comparison of different SQL implementations
http://troels.arvin.dk/db/rdbms/

Regards
Takayuki Tsunakawa

In response to

Browse pgsql-advocacy by date

  From Date Subject
Next Message Tsunakawa, Takayuki 2016-03-10 05:22:11 Re: How Postgres and Open Source Are Disrupting The Market for Database Management Systems
Previous Message Jonathan S. Katz 2016-03-10 04:40:43 Re: Request Korean PostgreSQL User Group

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2016-03-10 05:10:38 Re: Pushing down sorted joins
Previous Message Tom Lane 2016-03-10 04:07:24 Re: pstrdup(TextDatumGetCString(foo)) ?