[pgadmin-hackers] pgAdmin website commit: Carme's new email address.

2010-11-11 Thread Guillaume Lelarge
Carme's new email address. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=e3165312604df7187dd51a9466711e6c54288aaf Modified Files -- translation/config.php |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent vi

[pgadmin-hackers] pgAdmin III commit: Carme's new email address.

2010-11-11 Thread Guillaume Lelarge
Carme's new email address. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0eaa652f6292da1d21e6a300226e544f29aa332d Modified Files -- docs/cs_CZ/translation_team.html |4 ++-- docs/en_US/translation_team.html |2 +- docs/fr_FR

[pgadmin-hackers] pgAdmin III commit: Carme's new email address.

2010-11-11 Thread Guillaume Lelarge
Carme's new email address. Branch -- REL-1_12_0_PATCHES Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=f3daaf8f20e9e0065b2bd8e230f180e92cdff25f Modified Files -- docs/cs_CZ/translation_team.html |4 ++-- docs/en_US/translation_team.html |2 +

[pgadmin-hackers] [pgAdmin III] #277: Little mistake in comment in inheriting table

2010-11-11 Thread pgAdmin Trac
#277: Little mistake in comment in inheriting table ---+ Reporter: Vojtěch Látal | Owner: gleu Type: bug| Status: new Priority: minor | Milestone: Component: pgadmin

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-11-11 Thread Robert Haas
On Tue, Nov 2, 2010 at 5:52 PM, Guillaume Lelarge wrote: > Le 24/10/2010 07:49, Dave Page a écrit : >> 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

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-11-11 Thread Guillaume Lelarge
Le 11/11/2010 22:10, Robert Haas a écrit : > On Tue, Nov 2, 2010 at 5:52 PM, Guillaume Lelarge > wrote: >> Le 24/10/2010 07:49, Dave Page a écrit : >>> 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 m

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-11-11 Thread Dave Page
On Thu, Nov 11, 2010 at 9:24 PM, Guillaume Lelarge wrote: > > Just waiting to know Dave's opinion on all this before moving on. I'm leaning to tabs. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-11-11 Thread Guillaume Lelarge
Le 11/11/2010 22:32, Dave Page a écrit : > On Thu, Nov 11, 2010 at 9:24 PM, Guillaume Lelarge > wrote: >> >> Just waiting to know Dave's opinion on all this before moving on. > > I'm leaning to tabs. > OK. And no issue with me pushing such a huge patch? -- Guillaume http://www.postgresql.fr

Re: [pgadmin-hackers] 4 spaces versus tabs

2010-11-11 Thread Dave Page
On Thu, Nov 11, 2010 at 9:34 PM, Guillaume Lelarge wrote: > Le 11/11/2010 22:32, Dave Page a écrit : >> On Thu, Nov 11, 2010 at 9:24 PM, Guillaume Lelarge >> wrote: >>> >>> Just waiting to know Dave's opinion on all this before moving on. >> >> I'm leaning to tabs. >> > > OK. And no issue with me

[pgadmin-hackers] pgAdmin III commit: Fix the comment on inherited column

2010-11-11 Thread Guillaume Lelarge
Fix the comment on inherited column The comment was wrong because it gets the child table name, and not the parent table name. The patch fixes this. Unfortunately, this patch still doesn't fix comments for multi-inherited table. Fixes #277. Branch -- master Details --- http://git.postg

[pgadmin-hackers] pgAdmin III commit: Fix the comment on inherited column

2010-11-11 Thread Guillaume Lelarge
Fix the comment on inherited column The comment was wrong because it gets the child table name, and not the parent table name. The patch fixes this. Unfortunately, this patch still doesn't fix comments for multi-inherited table. Fixes #277. Branch -- REL-1_12_0_PATCHES Details --- http

[pgadmin-hackers] Re: [pgAdmin III] #277: Little mistake in comment in inheriting table

2010-11-11 Thread pgAdmin Trac
#277: Little mistake in comment in inheriting table +--- Reporter: Vojtěch Látal | Owner: gleu Type: bug| Status: closed Priority: minor | Milestone: 1.12.2 Component: pgad