Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.postgresql > #803

Re: database upgrades, shoudnt they mostly be sql? not bash script?

From Laurenz Albe <laurenz@nospam.pn>
Newsgroups comp.databases.postgresql
Subject Re: database upgrades, shoudnt they mostly be sql? not bash script?
Date 2018-01-22 07:38 +0000
Organization A noiseless patient Spider
Message-ID <p444cp$7sf$1@dont-email.me> (permalink)
References <4f9b9d10-f832-42f4-8ac0-3bdfed4bb5d6@googlegroups.com>

Show all headers | View raw


On Thu, 14 Dec 2017 08:49:06 -0800, polymorph self wrote:
> should there be a minimum of shell scripting?

It is just a single command (pg_upgrade).
What more would you like?

Before the database can even be started to execute SQL, it has
to be upgraded, so you cannot do it all in SQL.

Yours,
Laurenz Albe

Back to comp.databases.postgresql | Previous | NextPrevious in thread | Find similar


Thread

database upgrades, shoudnt they mostly be sql? not bash script? polymorph self <jackvanc3@gmail.com> - 2017-12-14 08:49 -0800
  Re: database upgrades, shoudnt they mostly be sql? not bash script? Laurenz Albe <laurenz@nospam.pn> - 2018-01-22 07:38 +0000

csiph-web