I'm using pgAdmin 1.12.3 on Mac OSx. I have functions that use a Type rowtype
to hold the results of a query. When I change the query to add/remove columns,
I also change the Type, then do a drop, then create, and get a success message.
However, I then need to drop and create all dependent ob
On Tue, Sep 20, 2011 at 8:52 PM, Guillaume Lelarge
wrote:
> On Tue, 2011-09-20 at 13:21 +0100, Dave Page wrote:
>> On Mon, Sep 19, 2011 at 8:34 PM, Guillaume Lelarge
>> wrote:
>> >
>> > See the attachment. I was using GDB. Note that this is not a segfault.
>> > It's a SIGABRT.
>> >
>> > What surp
Hi,
It's a late reply, sry about that.
pgAdmin stalls on me when i open the server status window, since i
installed the adminpack.
(pgAdmin version 1.12.2 on ubuntu 11.04)
It shows an error, which doesn't react to click events.
from the pgadmin log:
2011-09-21 11:14:16 ERROR : ERROR: could not r
Is there a reason why either pgAdmin or postgresql itself can not use the
following method for doing column width changes:
http://sniptools.com/databases/resize-a-column-in-a-postgresql-table-without-changing-data
particularly in the case where the column is used in views etc, unless there is
a