From: | Tim Clarke <tim(dot)clarke(at)manifest(dot)co(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: documenting tables version control |
Date: | 2015-05-06 08:47:32 |
Message-ID: | 5549D524.3010707@manifest.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-sql |
We keep the DDL statements for any tables in our subversion code
repository just like any other programming code. Takes only a moment
then all history or changes is available and comparable. svnserve on our
linux server, svn workbench on my ubuntu laptop, all open source :)
Tim Clarke
On 05/05/15 21:13, Suresh Raja wrote:
>
> Hi All:
>
>
> I have tables with different versions in the same schema. Like
> T1a, T1b, T1c
> T2a, T2b, T2c, T2d
> ....
> ...
> etc.
>
>
> I'm interested in documenting various version of tables, may be in
> excel sheet or may be in another schema in the database. I would like
> to store information on table name, column names, column order, pry
> key column etc. Also is there a way I can reverse engineer from the
> database itself.
>
> Let me know if anybody any suggestion or format that they used. I
> appreciate all your help and shall be suitably acknowledged.
>
> Thanks,
> -Suresh Raja
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tim Clarke | 2015-05-06 09:12:21 | Re: PGFoundry Sample databases (particularly world)? |
Previous Message | David G. Johnston | 2015-05-06 07:57:15 | Re: Unexpected function behaviour with NULL and/or default NULL parameters |
From | Date | Subject | |
---|---|---|---|
Next Message | Gavin Flower | 2015-05-06 10:04:13 | Re: documenting tables version control |
Previous Message | Melvin Davidson | 2015-05-05 21:42:56 | Re: documenting tables version control |