Re: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore - Mailing list pgadmin-hackers

From Dave Page
Subject Re: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore
Date
Msg-id 50096.80.177.99.193.1047671540.squirrel@ssl.vale-housing.co.uk
Whole thread Raw
In response to Re: PGAdmin 3 Patch // Memory Leaks Fixed // Ignore  (efesar <efesar@nmia.com>)
List pgadmin-hackers
It's rumoured that efesar once said:

>
> For now I will make the SQL box read-only. I know there are other
> solutions, but are too costly to implement right now.

Hi Keith,

Some development on that. We're discussing some changes to the wire
protocol for v7.4 on the pgsql-hackers list, and I've requested the
addition of the attrelid and attnum columns to the RowDescription method
whereever possible. This means we will know exactly where each attribute
in a resultset has come from, so we can easily find out any info about it.
If the message leaves those values blank, then we know there is noi
underlying base attribute, so we cannot update (eg and aggregate, function
call or undeterminable column from a natural join).
I think it's going in, I've answered all the questions that Tom Lane has
posed, and there are a few other strong supporters of the proposal.
>> Anyway, now it does some things here, it looks excellent - Nice work!!
>
> Thanks. The next patch will add tons of functionality. At this point it
> can create 85% of the queries you'd ever build.

Excellent, looking forward to it.

Regards, Dave.



pgadmin-hackers by date:

Previous
From: efesar
Date:
Subject: Re: "identifiers" pga3 patch
Next
From: "Dave Page"
Date:
Subject: Re: add scroll frmtable