[pgadmin-hackers] pgAdmin website commit: Fix URL

2011-04-18 Thread Dave Page
Fix URL Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin-www.git;a=commitdiff;h=7df3aa613521b6e9475d02974a37a3f050b5e2ed Modified Files -- index.php |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) -- Sent via pgadmin-hackers mailing list (

[pgadmin-hackers] pgAdmin III commit: Install adminpack on user request in frmStatus

2011-04-18 Thread Guillaume Lelarge
Install adminpack on user request in frmStatus Now that we can install an extension quite easily, it's simpler to ask the user if he wants pgAdmin to install it, rather than displaying him a hint. We still do that if it's not an 9.1 server or if the server doesn't have the adminpack extension inst

[pgadmin-hackers] pgAdmin III commit: Fix the display options

2011-04-18 Thread Guillaume Lelarge
Fix the display options Foreign Data Wrappers, foreign servers, user mappings, and extensions needed some tweaks to work properly. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=84c4af182bc87a603f38bdf3410c615ffef83c7c Modified Files

Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-18 Thread Guillaume Lelarge
Le 18/04/2011 11:04, Vladimir Kokovic a écrit : > Hi, > > 1.Select server > 2.Select database > 3.select schema > 4.select table with primary key which contains character varying.field > 5.look in SQL pane line for the primary key definition > If your selected server is PostgreSQL 9.1, primary key

[pgadmin-hackers] pgAdmin III commit: Fix an issue with collate and index constraint

2011-04-18 Thread Guillaume Lelarge
Fix an issue with collate and index constraint Index constraint cannot have a COLLATE clause. Per a report from Vladimir Kokovic. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=e1542db5ce4044f04d693130d9e6b9da0d73036e Modified Files -

Re: [pgadmin-hackers] 1.12.3 built

2011-04-18 Thread Dave Page
On Mon, Apr 18, 2011 at 5:06 PM, Erwin Brandstetter wrote: > On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: >> Source, windows and osx builds >> athttp://developer.pgadmin.org/ftp/release/v1.12.3/ >> >> Please give them a sanity check! > > I downloaded the Windows build and tried upgra

Re: [pgadmin-hackers] 1.12.3 built

2011-04-18 Thread Erwin Brandstetter
On Apr 14, 11:00 pm, dp...@pgadmin.org (Dave Page) wrote: > Source, windows and osx builds > athttp://developer.pgadmin.org/ftp/release/v1.12.3/ > > Please give them a sanity check! I downloaded the Windows build and tried upgrading from pgAdmin 1.12.2 on a PC with Win XP Pro. upgrade.bat did not

Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-18 Thread Vladimir Kokovic
Hi, 1.Select server 2.Select database 3.select schema 4.select table with primary key which contains character varying.field 5.look in SQL pane line for the primary key definition If your selected server is PostgreSQL 9.1, primary key looks like: CONSTRAINT edi_razmena_pkey PRIMARY KEY (godina COL

Re: [pgadmin-hackers] Copy/Paste table(s) functions

2011-04-18 Thread Guillaume Lelarge
Le 18/04/2011 09:15, Vladimir Kokovic a écrit : > Hi, > > Problem is in the text which is returned with pgTable.getSql ! > Without patch primary key contains word 'COLLATE' which PostgreSQL > does not expect. > Yeah, you already said that. I didn't reproduce it. And your patch doesn't forbid it.