Re: [GENERAL] Versioning/updating schema

2006-10-15 Thread Jan Cruz
On 10/14/06, Jan Cruz <[EMAIL PROTECTED]> wrote: Thank you...I supposed I'll try this one if it could suits my needs.It's really hard to maintain views and functions updates.I have downloaded and read the instruction for pgdiff but I am not familiar with aol_server and it's kinda troublesome for a

Re: [GENERAL] Versioning/updating schema

2006-10-13 Thread Jan Cruz
Thank you...I supposed I'll try this one if it could suits my needs.It's really hard to maintain views and functions updates.On 10/11/06, A. Kretschmer <[EMAIL PROTECTED]> wrote: am  Wed, dem 11.10.2006, um  7:37:11 -0300 mailte Jorge Godoy folgendes:> "Jan Cruz" <[EMAIL PROTECTED]> writes:>> > Is

Re: [GENERAL] Versioning/updating schema

2006-10-11 Thread A. Kretschmer
am Wed, dem 11.10.2006, um 7:37:11 -0300 mailte Jorge Godoy folgendes: > "Jan Cruz" <[EMAIL PROTECTED]> writes: > > > Is there a utility that could update/merge functions/views from a postgresql > > dump to an existing db? > > I remember seeing something about a 'diff'... Something like 'pgdif

Re: [GENERAL] Versioning/updating schema

2006-10-11 Thread Jorge Godoy
"Jan Cruz" <[EMAIL PROTECTED]> writes: > Is there a utility that could update/merge functions/views from a postgresql > dump to an existing db? I remember seeing something about a 'diff'... Something like 'pgdiff'... With it you could compare and generate a script that went from one situation to

[GENERAL] Versioning/updating schema

2006-10-11 Thread Jan Cruz
Is there a utility that could update/merge functions/views from a postgresql dump to an existing db?