Re: What does Natvie Posgres mean?

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: What does Natvie Posgres mean?
Date: 2018-06-12 18:37:30
Message-ID: 82730183-7cda-2195-75fc-1a39842459b5@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

This, to me, is the true meaning of "native PostgreSQL" (as opposed to
"stock PostgreSQL", which is uncustomized code).  However, if the job wanted
post was written by an HR flunky, it could mean anything.

On 06/12/2018 01:11 PM, Benjamin Scherrey wrote:
> In my experience it refers to *development directly via SQL against the
> Postgres server* rather than via an ORM like Django or the like. A
> remarkably high percentage of applications backed by Postgres have been
> written by developers that have never actually seen or written SQL code
> directly. It's all generated (often quite naively) by the object
> relational mapper. Requesting "native" developers means that they want you
> to understand how the DB actually behaves and to be able to generate
> optimal SQL code and proper DDLs that fit the application domain correctly.
>
>   - - Ben Scherrey
>
> On Wed, Jun 13, 2018, 12:59 AM David G. Johnston
> <david(dot)g(dot)johnston(at)gmail(dot)com <mailto:david(dot)g(dot)johnston(at)gmail(dot)com>> wrote:
>
> On Tuesday, June 12, 2018, btober(at)computer(dot)org
> <mailto:btober(at)computer(dot)org> <btober(at)broadstripe(dot)net
> <mailto:btober(at)broadstripe(dot)net>> wrote:
>
>
> When someone, e.g., as appeared in a recent and some older
> pgsql-jobs messages, says "Native Postgres", what do you suppose
> that means?
>
> Does it mean something different than just "PostgreSQL"?
>
>
> Likely it means the open source product built directly from the source
> code published here (or packages derived there-from).  As opposed to
> say AWS RDS or EnterpriseDB or various other forks of the product
> available in the wild.
>
> David J.
>

--
Angular momentum makes the world go 'round.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Stroupe 2018-06-12 20:07:09 Re: Print pg_lsn as a number?
Previous Message Andres Freund 2018-06-12 18:35:20 Re: ERROR: found multixact from before relminmxid