Re: create batch script to import into postgres tables - Mailing list pgsql-admin

From David G. Johnston
Subject Re: create batch script to import into postgres tables
Date
Msg-id CAKFQuwbSBCFKJuGjcX6G2+ueP9XGtwdSYaq5DQJbmQA6O1gePQ@mail.gmail.com
Whole thread Raw
In response to Re: create batch script to import into postgres tables  ("David G. Johnston" <david.g.johnston@gmail.com>)
Responses Re: create batch script to import into postgres tables
Re: create batch script to import into postgres tables
List pgsql-admin
On Friday, June 19, 2020, pepevo <pepevo@yahoo.com> wrote:
But everything can run by script on the server, right?

Separation of concerns.  The server with the database cluster should probably not be running application code.  Application code can be run other machine, “admin” machine is one label.  Though for development it shouldn’t matter so long as the application is configurable.  Configure it for local during development and when in production it pulls production configuration.

David J.

pgsql-admin by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: create batch script to import into postgres tables
Next
From: Adrian Klaver
Date:
Subject: Re: create batch script to import into postgres tables