Re: Can we go beyond the standard to make Postgres radically better?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Guyren Howe <guyren(at)gmail(dot)com>, pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Can we go beyond the standard to make Postgres radically better?
Date: 2022-02-15 20:23:33
Message-ID: YgwLxSZeuG0pE+8R@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Feb 15, 2022 at 02:18:35PM -0600, Merlin Moncure wrote:
> Exactly. SQL is proven to be more productive and code written in it
> has longer longevity than alternatives. It's also generally more
> terse in the hands of a good author. The authors of all the 'SQL
> sucks' rants don't really explore why this is the case. For example,
> SQL has transactions and pretty much all other major languages don't.
> They may have it in a limited sense but not standardized throughout
> the syntax and the standard libraries. High quality automatic
> concurrency models are another factor.

What I found with QUEL was that simple things were easier than SQL, but
things like aggregates and subqueries were harder, confusing. or
impossible.

--
Bruce Momjian <bruce(at)momjian(dot)us> https://momjian.us
EDB https://enterprisedb.com

If only the physical world exists, free will is an illusion.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2022-02-15 20:34:51 Re: Can we go beyond the standard to make Postgres radically better?
Previous Message Merlin Moncure 2022-02-15 20:18:35 Re: Can we go beyond the standard to make Postgres radically better?