Re: What does Natvie Posgres mean?

Поиск
Список
Период
Сортировка
От Benjamin Scherrey
Тема Re: What does Natvie Posgres mean?
Дата
Msg-id CACo3ShgyU7-khabo50kVMeJN5XAoY+Hk21BjkhWbtNbnN-6aAA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: What does Natvie Posgres mean?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Ответы Re: What does Natvie Posgres mean?
Список pgsql-general
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.g.johnston@gmail.com> wrote:
On Tuesday, June 12, 2018, btober@computer.org <btober@broadstripe.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.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: What does Natvie Posgres mean?
Следующее
От: Bráulio Bhavamitra
Дата:
Сообщение: Transparent partitioning