Re: Seeking a better PL/pgSQL editor-debugger

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: tony_caduto(at)amsoftwaredesign(dot)com
Cc: Ken Winter <ken(at)sunward(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Seeking a better PL/pgSQL editor-debugger
Date: 2006-01-28 23:23:47
Message-ID: 20241.1138490627@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> writes:
> Another thing to keep in mind is if you restore a dump from 7.x to 8.x
> it will not do any checking unless you make a tweak, see this article:
> http://www.milwaukeesoft.com/forums/viewtopic.php?t=83

> As far as I know this affects 8.0 and 8.1, I am sure someone will
> correct me if I am wrong :-)

That is true in 8.0 but not anymore in 8.1. The reason we invented the
"pg_pltemplate" catalog is to ensure that old dumps of PL language
definitions will track desired changes without such manual heroics ...

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roderick A. Anderson 2006-01-28 23:24:18 Re: Viewing Database Scheme
Previous Message Tom Lane 2006-01-28 23:17:16 Re: creating users per database