Re: Open Source tool to deploy/promote PostgreSQL DDL
От
Rich Shepard
Тема
Re: Open Source tool to deploy/promote PostgreSQL DDL
Дата
Msg-id
alpine.LNX.2.20.1807101517140.13229@salmo.appl-ecosys.com
Ответ на
Open Source tool to deploy/promote PostgreSQL DDL (Hustler DBA)
Список
Дерево обсуждения
Open Source tool to deploy/promote PostgreSQL DDL Hustler DBA <hustlerdba@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Raymond O'Donnell <rod@iol.ie>
Re: Open Source tool to deploy/promote PostgreSQL DDL Thomas Kellerer <spam_eater@gmx.net>
Re: Open Source tool to deploy/promote PostgreSQL DDL Rich Shepard <rshepard@appl-ecosys.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Hustler DBA <hustlerdba@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Gavin Flower <GavinFlower@archidevsys.co.nz>
Re: Open Source tool to deploy/promote PostgreSQL DDL Tim Cross <theophilusx@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Rob Sargent <robjsargent@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Christopher Browne <cbbrowne@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Ron <ronljohnsonjr@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Ravi Krishna <sravikrishna3@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Ron <ronljohnsonjr@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Christopher Browne <cbbrowne@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Ron <ronljohnsonjr@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Adrian Klaver <adrian.klaver@aklaver.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL tirveni yadav <yadav.tirveni@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Jeremy Finzel <finzelj@gmail.com>
Re: Open Source tool to deploy/promote PostgreSQL DDL Adrian Klaver <adrian.klaver@aklaver.com>
On Tue, 10 Jul 2018, Hustler DBA wrote: > A client of mine is looking for an open source tool to deploy and promote > PostgreSQL DDL changes through database environments as part of SDLC. What > tools (open source) does the community members use? I normally use > scripts, but they want something open source. Neil, I'm far from a professional DBA, but scripts are certainly open source because they're text files. To track changes for almoste everything I highly recommend Git for version control. It's distributed and can handle most types of files. I use it for tracking coding projects and well as report and other text documents that are edited and revised prior to release. Rich
В списке pgsql-general по дате отправления