[pgadmin-hackers] pgAdmin III commit: Update the CHANGELOG file

2010-10-24 Thread Guillaume Lelarge
Update the CHANGELOG file Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=93ee88547c853f6e938eb2f135a0b1682d1bc879 Modified Files -- CHANGELOG |8 1 files changed, 8 insertions(+), 0 deletions(-) -- Sent via pgadmin-h

[pgadmin-hackers] pgAdmin III commit: Update the CHANGELOG file

2010-10-24 Thread Guillaume Lelarge
Update the CHANGELOG file Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=28b109b52ad70a9fec4ba4f751ab73a5958299cc Modified Files -- CHANGELOG |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) -- Sent via

Re: [pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Guillaume Lelarge
Le 24/10/2010 08:13, Dave Page a écrit : > On Sun, Oct 24, 2010 at 4:08 PM, Guillaume Lelarge > wrote: >>> In any case, unless you're willing to commit to testing every >>> change/new feature on 7.3, 7.4, 8.0 and 8.1, we shouldn't pretend >>> they're supported. >>> >> >> I'm not willing to do that

Re: [pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Dave Page
On Sun, Oct 24, 2010 at 4:08 PM, Guillaume Lelarge wrote: >> In any case, unless you're willing to commit to testing every >> change/new feature on 7.3, 7.4, 8.0 and 8.1, we shouldn't pretend >> they're supported. >> > > I'm not willing to do that. If it's not much work, I can still work on > that

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-10-24 Thread Guillaume Lelarge
Le 24/10/2010 08:05, Magnus Hagander a écrit : > On Sun, Oct 24, 2010 at 07:49, Dave Page wrote: >> On Sun, Oct 24, 2010 at 2:22 PM, Guillaume Lelarge >> wrote: >>> IIRC, we should use spaces and not tabs. If I look into the code, I see >>> many tabs in it. I can of course configure my editor to

Re: [pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Guillaume Lelarge
Le 24/10/2010 07:43, Dave Page a écrit : > On Sun, Oct 24, 2010 at 2:13 PM, Guillaume Lelarge > wrote: >> Le 24/10/2010 01:06, Dave Page a écrit : >>> Updated supported versions for 1.14. Now that we have a PostgreSQL support >>> policy, we can follow that for new releases of pgAdmin. >>> >>> Bra

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-10-24 Thread Magnus Hagander
On Sun, Oct 24, 2010 at 07:49, Dave Page wrote: > On Sun, Oct 24, 2010 at 2:22 PM, Guillaume Lelarge > wrote: >> IIRC, we should use spaces and not tabs. If I look into the code, I see >> many tabs in it. I can of course configure my editor to display them as >> four tabs, but I would really like

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-10-24 Thread Dave Page
On Sun, Oct 24, 2010 at 2:22 PM, Guillaume Lelarge wrote: > IIRC, we should use spaces and not tabs. If I look into the code, I see > many tabs in it. I can of course configure my editor to display them as > four tabs, but I would really like to get rid of them. > > Any objections? because it woul

Re: [pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Dave Page
On Sun, Oct 24, 2010 at 2:13 PM, Guillaume Lelarge wrote: > Le 24/10/2010 01:06, Dave Page a écrit : >> Updated supported versions for 1.14. Now that we have a PostgreSQL support >> policy, we can follow that for new releases of pgAdmin. >> >> Branch >> -- >> master >> >> Details >> --- >

[pgadmin-hackers] 4 spaces versus tabs

2010-10-24 Thread Guillaume Lelarge
IIRC, we should use spaces and not tabs. If I look into the code, I see many tabs in it. I can of course configure my editor to display them as four tabs, but I would really like to get rid of them. Any objections? because it would be a hell of a patch (90427 replacements) -- Guillaume http://

Re: [pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Guillaume Lelarge
Le 24/10/2010 01:06, Dave Page a écrit : > Updated supported versions for 1.14. Now that we have a PostgreSQL support > policy, we can follow that for new releases of pgAdmin. > > Branch > -- > master > > Details > --- > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f6ac

[pgadmin-hackers] pgAdmin III commit: Updated supported versions for 1.14. Now that we ha

2010-10-24 Thread Dave Page
Updated supported versions for 1.14. Now that we have a PostgreSQL support policy, we can follow that for new releases of pgAdmin. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f6acdf3429dfee7ee9a2990b8fdb75d519dd50d2 Modified Files

Re: [pgadmin-hackers] Ticket 256: add INSTEAD OF support for triggers

2010-10-24 Thread Dave Page
[Ashesh, if you haven't aready, I suggest reviewing this thread. It may shed some light on that Rule weirdness on Solaris] On Sat, Oct 23, 2010 at 11:03 PM, Guillaume Lelarge wrote: >> pgView derives from pgSchemaObject > > Actually, pgView derives from pgRuleObject, which is already weird by > i