Re: Using GIT to caught delta between database versions - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Using GIT to caught delta between database versions
Date
Msg-id 6a9da52e-a8a5-469d-8a54-0737d1eed493@aklaver.com
Whole thread Raw
In response to Using GIT to caught delta between database versions  (Łukasz Jarych <jaryszek@gmail.com>)
Responses Re: Using GIT to caught delta between database versions  (Łukasz Jarych <jaryszek@gmail.com>)
List pgsql-general
On 06/13/2018 10:42 AM, Łukasz Jarych wrote:
> Hi Guys,
> 
> how use git to catch delta between database versions?

Use sqitch?:

https://sqitch.org/

> 
> As version i will do schemas.
> So we have version one, finishing it, and this version should be put in 
> GIT.
> And created schema for the version.
> 
> Which formats i should use?
> 
> pg_dump creates only binary files? (i should use text file here).

It will create text files, that is actually the default:

https://www.postgresql.org/docs/10/static/app-pgdump.html


-F format
--format=format

     Selects the format of the output. format can be one of the following:

     p
     plain

         Output a plain-text SQL script file (the default).

> 
> Best,
> Jacek


-- 
Adrian Klaver
adrian.klaver@aklaver.com


pgsql-general by date:

Previous
From: Mukesh Chhatani
Date:
Subject: Unable to terminate process started from PLV8 function
Next
From: Łukasz Jarych
Date:
Subject: Re: Using GIT to caught delta between database versions