Re: [pgadmin-support] pgadmin3 some fixes

2016-11-01 Thread Sergey Grinko
I agree with Anthony. it will be great.

Re: [pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Dmitry Voronin
I agree with Anthony. it will be great. 28.10.2016, 15:33, "Anthony DeBarros" :While pgAdmin 4 will naturally continue to improve, it is fully understandable that people want to keep pgAdmin3 alive and are willing to do the work. That's the beauty of open source. However, I'm wondering whether it w

Re: [pgadmin-support] pgadmin3 some fixes

2016-10-28 Thread Anthony DeBarros
While pgAdmin 4 will naturally continue to improve, it is fully understandable that people want to keep pgAdmin3 alive and are willing to do the work. That's the beauty of open source. However, I'm wondering whether it would make sense for the community to agree on maintaining one fork of the proje

Re: [pgadmin-support] pgadmin3 - Tables?

2016-08-09 Thread Melvin Davidson
her or not you wish to share my fantasy is entirely up to you. Folk Alley - All Folk - 24 Hours a day www.folkalley.com From: Douglas Eckert To: Melvin Davidson Sent: Tuesday, August 9, 2016 11:13 AM Subject: Re: [pgadmin-support] pgadmin3 - Tables? PS, what is the server/c

Re: [pgadmin-support] pgadmin3 - Tables?

2016-08-09 Thread Melvin Davidson
>...but I do not see the tables anywhere.  Where might they have gone?You first >have to 1. Connect to the server/cluster2. Expand Databases3. Click on a database and expand it 4. Click on Schemas and expand it5. Click on the schema where your tables are.6. Click on Tables. Also, it would be he

Re: [pgadmin-support] pgAdmin3 app crash

2016-06-08 Thread Dave Page
Hi On Tue, Jun 7, 2016 at 10:44 PM, Leto, Justin (Contractor) wrote: > I’m reposting the reports of crashing on Windows, Linux and Mac OSX. I think > we can conclude this is not a platform specific issue. > > > > The problem occurs frequent enough that I can say is it nearly crippling the > app,

Re: [pgadmin-support] pgAdmin3 app crash

2016-06-07 Thread Leto, Justin (Contractor)
I’m reposting the reports of crashing on Windows, Linux and Mac OSX. I think we can conclude this is not a platform specific issue. The problem occurs frequent enough that I can say is it nearly crippling the app, causing lost work and productivity. Can we / did we get a issue opened for this?

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-22 Thread Wander Nauta
Hello Ashesh, Works great! Thank you taking the time to look at this. Regards, Wander On Wed, Apr 22, 2015 at 10:56 AM, Ashesh Vashi < ashesh.va...@enterprisedb.com> wrote: > On Mon, Apr 20, 2015 at 5:24 PM, Wander Nauta wrote: > >> Hello Ashesh, >> >> With that patch applied, pgadmin3 hangs t

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-22 Thread Ashesh Vashi
On Mon, Apr 20, 2015 at 5:24 PM, Wander Nauta wrote: > Hello Ashesh, > > With that patch applied, pgadmin3 hangs the moment I choose an item > from the context menu. It doesn't crash or hang when I exit the menu > by clicking outside it, but clicking inside it causes the application > to stop res

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-20 Thread Wander Nauta
Hello Ashesh, With that patch applied, pgadmin3 hangs the moment I choose an item from the context menu. It doesn't crash or hang when I exit the menu by clicking outside it, but clicking inside it causes the application to stop responding. Looking at a backtrace (attached), it seems that `onSelR

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-20 Thread Ashesh Vashi
Hi Wander Nauta, As per comment above the mutex lock, we need to hold the lock until, the context menu is getting popped up correctly. I've modified the code accordingly. Can you please test the attached patch? -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-20 Thread Dave Page
Ashesh; can you look at this please? Thanks. On Sun, Apr 19, 2015 at 3:44 PM, Wander Nauta wrote: > Hello all, > > I did some more digging and it seems frmMain::OnSelRightClick is > trying to unlock a mutex it doesn't own, which can result in undefined > behaviour in POSIX. > > I've attached a p

Re: [pgadmin-support] pgadmin3 segfaults on leaving context menu

2015-04-19 Thread Wander Nauta
Hello all, I did some more digging and it seems frmMain::OnSelRightClick is trying to unlock a mutex it doesn't own, which can result in undefined behaviour in POSIX. I've attached a patch that moves the unlock inside the if where the mutex is locked. This seems to fix the crash, at least on my e

Re: [pgadmin-support] pgadmin3-1.20.0.dmg.sig can't be verified (while pgadmin3-1.18.1.dmg.sig can be)

2015-01-05 Thread Dave Page
On Thu, Dec 25, 2014 at 4:16 AM, Lei L wrote: > Hi, > > The GPG signature file "pgadmin3-1.20.0.dmg.sig" I downloaded from > http://www.postgresql.org/ftp/pgadmin3/release/v1.20.0/osx/ can't be verified. > > C:\Inbox>gpg --verify pgadmin3-1.20.0.dmg.sig > gpg: WARNING: using insecure memory! > gp

Re: [pgadmin-support] pgAdmin3 @1.18.1_1 UI problems

2014-08-09 Thread Enrico Maria Crisostomo
Hi All, Would anybody please confirm whether the misbehaviour of the MacPorts port is due to wxWidgets 3.0 as the port maintainer suggests? Thank you very much, --  Enrico Maria Crisostomo On 8 Jul 2014 at 00:04:18, Enrico Maria Crisostomo (enrico.m.crisost...@gmail.com) wrote: Hi, I’ve ins

Re: [pgadmin-support] pgadmin3-1.18.1//pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp: 2 * bad if test ?

2013-12-21 Thread Guillaume Lelarge
On Fri, 2013-12-06 at 20:32 +, Dave Page wrote: > Thanks David. Guillaume, any chance you can take a look at this > please? I'm not at all familiar with that code, and I'm not entirely > sure what it's supposed to be doing. > Sorry for the late answer. It's fixed. Thanks for the report. > Th

Re: [pgadmin-support] pgadmin3-1.18.1//pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp: 2 * bad if test ?

2013-12-06 Thread Dave Page
Thanks David. Guillaume, any chance you can take a look at this please? I'm not at all familiar with that code, and I'm not entirely sure what it's supposed to be doing. Thanks. On Fri, Dec 6, 2013 at 5:56 PM, David Binderman wrote: > hello there, > > I just ran the static analyser "cppcheck" ov

Re: [pgadmin-support] PGAdmin3 runs pg_dump etc

2013-08-22 Thread Stephen Cook
On 8/16/2013 4:47 AM, Dave Page wrote: On Thu, Aug 15, 2013 at 11:56 PM, Stephen Cook wrote: Hello list! I recently noticed that PGAdmin III (v 1.16.1) is kind of slow starting up (it didn't use to be), and in fact one time I wasn't even sure if I clicked on the icon properly to start it. I op

Re: [pgadmin-support] PGAdmin3 runs pg_dump etc

2013-08-16 Thread Dave Page
On Thu, Aug 15, 2013 at 11:56 PM, Stephen Cook wrote: > Hello list! > > I recently noticed that PGAdmin III (v 1.16.1) is kind of slow starting up > (it didn't use to be), and in fact one time I wasn't even sure if I clicked > on the icon properly to start it. I opened the Task Manager (I run Wind

Re: [pgadmin-support] PGAdmin3 runs pg_dump etc

2013-08-16 Thread Dinesh Kumar
Hi Stephen, For a double check, do you have any configured jobs regarding backup/restore. And also, could you share the pgAdmin log file after following the below steps. 1) Launch pgAdmin. 2) Goto File->Options->Logging. 3) Set the desired the log location and select "Debug Mode". 4) Close th

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-22 Thread Dinesh Kumar
H i On Mon, Jul 22, 2013 at 3:06 PM, Philip Luppens wrote: > On Mon, Jul 22, 2013 at 10:37 AM, Dinesh Kumar < > dinesh.ku...@enterprisedb.com> wrote: > >> Hi Philip, >> >> Would you mind if i share the file "nseasa_content.zip", with the >> wxWidgets team. Because, i am able to re-produce the cas

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-22 Thread Philip Luppens
On Mon, Jul 22, 2013 at 10:37 AM, Dinesh Kumar < dinesh.ku...@enterprisedb.com> wrote: > Hi Philip, > > Would you mind if i share the file "nseasa_content.zip", with the > wxWidgets team. Because, i am able to re-produce the case with your > provided xml file only. I have created a huge length dat

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-22 Thread Dinesh Kumar
Hi Philip, Would you mind if i share the file "nseasa_content.zip", with the wxWidgets team. Because, i am able to re-produce the case with your provided xml file only. I have created a huge length data, which is not in xml format and found different issue. I would like to raise BUG with these two

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-18 Thread Dinesh Kumar
Thanks Dave. Sure, will do. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow us on Twitter* @EnterpriseDB Visit EnterpriseDB for tutorials, webinars, whitepapers

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-18 Thread Dave Page
Oh, great - thanks for confirming and taking the initiative to do so. Can you minimise your app down to a simple test case (ideally a patch against one of the wxWidgets sample apps,as the wx guys prefer those), and log a bug on the wxWidgets Trac site? Thanks. On Thu, Jul 18, 2013 at 3:23 PM, Di

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-18 Thread Dinesh Kumar
Hi Dave/Dhiraj, Sorry for interfering here. Today i have tested the same case in my local windows machine and facing the same problem. I have setup a sample grid environment using code blocks IDE and with the data provided. I am able to reproduce the same case. Grid is not able to place the many

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-18 Thread Dave Page
On Wed, Jul 17, 2013 at 4:53 PM, Philip Luppens wrote: > On Wed, Jul 17, 2013 at 5:41 PM, Dave Page wrote: >> >> On Wed, Jul 17, 2013 at 4:36 PM, Philip Luppens >> wrote: >> > >> > >> > >> > On Wed, Jul 17, 2013 at 5:28 PM, Dave Page wrote: >> >> >> >> Hi >> >> >> >> On Wed, Jul 17, 2013 at 4:2

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-17 Thread Philip Luppens
On Wed, Jul 17, 2013 at 5:41 PM, Dave Page wrote: > On Wed, Jul 17, 2013 at 4:36 PM, Philip Luppens > wrote: > > > > > > > > On Wed, Jul 17, 2013 at 5:28 PM, Dave Page wrote: > >> > >> Hi > >> > >> On Wed, Jul 17, 2013 at 4:23 PM, Philip Luppens > >> wrote: > >> > Good day everyone, > >> > > >

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-17 Thread Dave Page
On Wed, Jul 17, 2013 at 4:36 PM, Philip Luppens wrote: > > > > On Wed, Jul 17, 2013 at 5:28 PM, Dave Page wrote: >> >> Hi >> >> On Wed, Jul 17, 2013 at 4:23 PM, Philip Luppens >> wrote: >> > Good day everyone, >> > >> > I'd like to discuss an issue in the current stable version 1.16.1 of >> > pg

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-17 Thread Philip Luppens
On Wed, Jul 17, 2013 at 5:28 PM, Dave Page wrote: > Hi > > On Wed, Jul 17, 2013 at 4:23 PM, Philip Luppens > wrote: > > Good day everyone, > > > > I'd like to discuss an issue in the current stable version 1.16.1 of > > pgAdmin3 that has been reported before [1], but since no solution was > > re

Re: [pgadmin-support] pgAdmin3 extremely slow while displaying TEXT column values on OSX

2013-07-17 Thread Dave Page
Hi On Wed, Jul 17, 2013 at 4:23 PM, Philip Luppens wrote: > Good day everyone, > > I'd like to discuss an issue in the current stable version 1.16.1 of > pgAdmin3 that has been reported before [1], but since no solution was > reported, I'd like to ask for a bit of followup. > > The issue is prett

Re: [pgadmin-support] pgAdmin3 restore data only

2013-05-23 Thread Bastiaan Olij
Hi David, Are you restoring into an empty database or an existing database? The restore process does not clean out the data that is already in your database, it just adds to it, so if you've previously restored your database you merging your original and new copy of the data. Cheers, Bas On 24/

Re: [pgadmin-support] pgAdmin3 restore getting password authentication failed for user "postgres"

2013-05-23 Thread Dave Page
On Thu, May 23, 2013 at 2:15 PM, David Burton wrote: > I'm using pgAdmin3 1.16.1 on an iMac. I'm connecting to postgresql on > Ubuntu. > > The username is postgres and I've supplied the password during the connect. > > But, when I try to restore, I get the following error. > > LOG: > /Application

Re: [pgadmin-support] pgadmin3 1.6.1, role editing bug

2013-02-28 Thread Guillaume Lelarge
On Fri, 2013-03-01 at 08:19 +1000, Alex Proshutinsky wrote: > 01.03.2013, 07:38, "Guillaume Lelarge" : > >> 1. open properties of the role (group or login) > >> 2. button "ok" - is active by default > >> 3. press "ok" - role will be altered with "VALID UNTIL '1970-01-01 > >> 00:00:00';" > >> 4

Re: [pgadmin-support] pgadmin3 1.6.1, role editing bug

2013-02-28 Thread Guillaume Lelarge
On Thu, 2013-02-28 at 11:54 +1000, Alex Proshutinsky wrote: > 1. open properties of the role (group or login) > 2. button "ok" - is active by default > 3. press "ok" - role will be altered with "VALID UNTIL '1970-01-01 00:00:00';" > 4. as a result of #.3 role blocked... > > this trouble exists on

Re: [pgadmin-support] pgadmin3 - Crash on renaming

2013-01-06 Thread Guillaume Lelarge
On Mon, 2012-12-24 at 09:59 +0100, Guillaume Lelarge wrote: > On Sun, 2012-12-23 at 16:13 -0800, Thangalin wrote: > > Hi, > > > > Note that pgadmin3 -v or pgadmin3 --version should show the version number; > > double clicking on the About dialog should allow selection of the text. ;-) > > > > I

Re: [pgadmin-support] pgAdmin3 NO INHERIT syntax error ?

2013-01-04 Thread Guillaume Lelarge
Hi, On Thu, 2013-01-03 at 13:25 +0800, Thomas Joseph wrote: > [...] > This is my first week with PostgreSQL and pgAdmin. > So, I am not even sure if this is an erroneous situation. > > I am using Postgresql-9.2.2-1-windows.exe installer and the pgAdmin3 came > with it. > To interact with PG, I

Re: [pgadmin-support] pgadmin3 crash

2012-12-24 Thread Guillaume Lelarge
On Fri, 2012-11-30 at 15:55 +0530, Dave Page wrote: > On Thu, Nov 29, 2012 at 9:48 PM, Linos wrote: > > > > Arghhh, for me it ever fails, did you see the gdb log? my distro is Arch > > Linux > > X84_64 with this versions: > > > > uname -a > > Linux skuda 3.6.7-425-bfs #1 SMP PREEMPT Sun Nov 18 20

Re: [pgadmin-support] pgadmin3 - Crash on renaming

2012-12-24 Thread Guillaume Lelarge
On Sun, 2012-12-23 at 16:13 -0800, Thangalin wrote: > Hi, > > Note that pgadmin3 -v or pgadmin3 --version should show the version number; > double clicking on the About dialog should allow selection of the text. ;-) > I agree that we should have better command line options, and -v/--version shou

Re: [pgadmin-support] pgadmin3 crash

2012-11-30 Thread Dave Page
On Thu, Nov 29, 2012 at 9:48 PM, Linos wrote: > > Arghhh, for me it ever fails, did you see the gdb log? my distro is Arch Linux > X84_64 with this versions: > > uname -a > Linux skuda 3.6.7-425-bfs #1 SMP PREEMPT Sun Nov 18 20:43:58 CET 2012 x86_64 > GNU/Linux Yeah, I saw the log. It doesn't sho

Re: [pgadmin-support] pgadmin3 crash on new server registration / no server instances

2012-11-29 Thread Guillaume Lelarge
On Fri, 2012-11-23 at 19:05 +, Andrew Taylor wrote: > Hi, > > I wondered if anyone could help me with the following. I have been > trying to view the server instance I have set up by using the pgadmin > GUI. Here it is in the terminal: > > postgres=# \l >Li

Re: [pgadmin-support] pgadmin3 crash

2012-11-29 Thread Guillaume Lelarge
On Thu, 2012-11-29 at 17:18 +0100, Linos wrote: > On 29/11/12 14:06, Dave Page wrote: > > On Wed, Nov 28, 2012 at 10:57 PM, Linos wrote: > >> > >> I get a list of steps that always crash PgAdmin 3 1.16.0 in my machine: > >> > >> 1- Open pgadmin > >> 2- Connect localhost PostgreSQL > >> 3- Open Que

Re: [pgadmin-support] pgadmin3 crash

2012-11-29 Thread Linos
On 29/11/12 14:06, Dave Page wrote: > On Wed, Nov 28, 2012 at 10:57 PM, Linos wrote: >> >> I get a list of steps that always crash PgAdmin 3 1.16.0 in my machine: >> >> 1- Open pgadmin >> 2- Connect localhost PostgreSQL >> 3- Open Query Editor >> 4- From this Query Editor use New Window >> 5- From

Re: [pgadmin-support] pgadmin3 crash

2012-11-29 Thread Dave Page
On Wed, Nov 28, 2012 at 10:57 PM, Linos wrote: > > I get a list of steps that always crash PgAdmin 3 1.16.0 in my machine: > > 1- Open pgadmin > 2- Connect localhost PostgreSQL > 3- Open Query Editor > 4- From this Query Editor use New Window > 5- From this New Window open file and after open the

Re: [pgadmin-support] pgadmin3 crash

2012-11-28 Thread Linos
On 23/09/12 18:41, Linos wrote: > On 23/09/12 15:44, Guillaume Lelarge wrote: >> On Fri, 2012-09-21 at 19:00 +0200, Linos wrote: >>> On 16/09/12 14:15, Linos wrote: On 27/08/12 13:57, Linos wrote: > On 26/08/12 16:35, Guillaume Lelarge wrote: >> Hi, >> >> On Sun, 2012-08-19 at

Re: [pgadmin-support] pgadmin3 problems

2012-10-13 Thread Raymond O'Donnell
On 13/10/2012 18:44, Raymond O'Donnell wrote: > On 13/10/2012 18:25, Vince Miller wrote: >> Hi, >> >> I'm trying to connect with pgadmin3 from my Windows box across my lan >> to my working database on my new working Ubuntu 12.04/postgresql 9.1 >> database server, and it isn't working. I've been usi

Re: [pgadmin-support] pgadmin3 problems

2012-10-13 Thread Raymond O'Donnell
On 13/10/2012 18:25, Vince Miller wrote: > Hi, > > I'm trying to connect with pgadmin3 from my Windows box across my lan > to my working database on my new working Ubuntu 12.04/postgresql 9.1 > database server, and it isn't working. I've been using pgadmin3 1.8.4 > with my old database server for

Re: [pgadmin-support] pgadmin3 crash

2012-09-23 Thread Linos
On 23/09/12 15:44, Guillaume Lelarge wrote: > On Fri, 2012-09-21 at 19:00 +0200, Linos wrote: >> On 16/09/12 14:15, Linos wrote: >>> On 27/08/12 13:57, Linos wrote: On 26/08/12 16:35, Guillaume Lelarge wrote: > Hi, > > On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: >> Hi all,

Re: [pgadmin-support] pgadmin3 crash

2012-09-23 Thread Guillaume Lelarge
On Fri, 2012-09-21 at 19:00 +0200, Linos wrote: > On 16/09/12 14:15, Linos wrote: > > On 27/08/12 13:57, Linos wrote: > >> On 26/08/12 16:35, Guillaume Lelarge wrote: > >>> Hi, > >>> > >>> On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: > Hi all, > some times when i try to save a query w

Re: [pgadmin-support] pgadmin3 crash

2012-09-21 Thread Linos
On 16/09/12 14:15, Linos wrote: > On 27/08/12 13:57, Linos wrote: >> On 26/08/12 16:35, Guillaume Lelarge wrote: >>> Hi, >>> >>> On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: Hi all, some times when i try to save a query window text with Ctrl+S having more query windows op

Re: [pgadmin-support] pgadmin3 crash

2012-09-16 Thread Linos
On 27/08/12 13:57, Linos wrote: > On 26/08/12 16:35, Guillaume Lelarge wrote: >> Hi, >> >> On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: >>> Hi all, >>> some times when i try to save a query window text with Ctrl+S having >>> more query >>> windows opened and unsaved text in this one pgadmin

Re: [pgadmin-support] pgadmin3 crash

2012-08-27 Thread Linos
On 26/08/12 16:35, Guillaume Lelarge wrote: > Hi, > > On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: >> Hi all, >> some times when i try to save a query window text with Ctrl+S having >> more query >> windows opened and unsaved text in this one pgadmin3 exists, in the console >> where i lau

Re: [pgadmin-support] pgadmin3 crash

2012-08-26 Thread Guillaume Lelarge
Hi, On Sun, 2012-08-19 at 20:25 +0200, Linos wrote: > Hi all, > some times when i try to save a query window text with Ctrl+S having > more query > windows opened and unsaved text in this one pgadmin3 exists, in the console > where i launched pgadmin3 i can see this error: > > GLib (gthrea

Re: [pgadmin-support] pgAdmin3 1.16 and 1.14 don't show Covering Index on Foreign Keys

2012-08-26 Thread Guillaume Lelarge
On Fri, 2012-08-03 at 21:06 +0300, Nikolay Ulyanitsky wrote: > Hello > > pgAdmin3 1.16 / 1.14 don't show "Covering Index" values on Foreign Keys. > "Covering Index" values are always empty on "Properties" tab and > have default values (fki-fk-*) on "Foreign Key" dialogs. > > Tested pgAdmin3 versi

Re: [pgadmin-support] pgadmin3 crashes upon connecting

2012-06-22 Thread Guillaume Lelarge
On Fri, 2012-06-22 at 04:11 -0700, fpacchiani wrote: > Hello, > > I have problems connecting to a database with pgadmin3, the application > crashes and the following error message appears: > > pgadmin3: symbol lookup error: pgadmin3: undefined symbol: PQconninfoParse > > I am using PostgreSQL 8

Re: [pgadmin-support] pgadmin3-1.14.1 source install trouble, trial #1

2012-02-16 Thread Guillaume Lelarge
On Thu, 2012-02-16 at 20:31 -0800, J. Greg Davidson wrote: > I've tried to install pgadmin3-1.14.1 from source twice, once > using my platform's existing wxGTK 2.8.11 libraries and once > using a fresh wxGTK 2.8.12 install from source. Both attempts > failed, although differently. Here are detail

Re: [pgadmin-support] pgadmin3-1.14.1 source install trouble, trial #2

2012-02-16 Thread Guillaume Lelarge
On Thu, 2012-02-16 at 20:45 -0800, J. Greg Davidson wrote: > OK, second trial using a fresh wxGTK 2.8.12 install: > > (1) My System Info: > > $ cat /etc/SuSE-release > openSUSE 11.4 (x86_64) > VERSION = 11.4 > CODENAME = Celadon > $ uname -a > Linux shevek.puuhonua.org 2.6.37.6-0.11-desktop #1 SM

Re: [pgadmin-support] pgAdmin3 shows duplicate columns in a table

2011-10-17 Thread Dave Page
On Tue, Oct 18, 2011 at 1:41 AM, Michael wrote: > Hi, everyone. > > I think I've discovered a bug with pgAdmin3: pgAdmin3 is showing four > duplicate 'id' columns for one of my tables. The column named 'id' > happens to be a primary key for the table. I have tried deleting and > recreating both th

Re: [pgadmin-support] pgadmin3 crash report

2011-10-04 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 12:02 +0200, Willy-Bas Loos wrote: > On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge > wrote: > Also, pgAdmin crashes (no, stalls) on the deafult ubuntu server > configuration with the adminpack installed, unless you make the > symlink (which was an educated guess). I thi

Re: [pgadmin-support] pgadmin3 -- adding CHECK constraint

2011-09-29 Thread Francisco Leovey
If your column name is Status you have to write 'Status' From: Bob Vandy To: pgadmin-support@postgresql.org Sent: Wednesday, September 28, 2011 8:04 PM Subject: [pgadmin-support] pgadmin3 -- adding CHECK constraint I've googled and found no answer for the foll

Re: [pgadmin-support] pgadmin3 -- adding CHECK constraint

2011-09-28 Thread Ashesh Vashi
On Thu, Sep 29, 2011 at 4:34 AM, Bob Vandy wrote: > I've googled and found no answer for the following: > > (I'm using pgAdmin v 1.14.0) > > I have a simple table with a column: > Status   character varying(9) NOT NULL > > I try to add a CHECK Constraint, whose definition is: > Statu

Re: [pgadmin-support] pgadmin3 crash report

2011-09-26 Thread Guillaume Lelarge
On Mon, 2011-09-26 at 12:02 +0200, Willy-Bas Loos wrote: > On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge > wrote: > > The adminpack should only work if you use the logging_collector and the > > default values for log_directory and log_filename. One of these is > > probably wrongly configured

Re: [pgadmin-support] pgadmin3 crash report

2011-09-26 Thread Willy-Bas Loos
On Fri, Sep 23, 2011 at 10:07 PM, Guillaume Lelarge wrote: > The adminpack should only work if you use the logging_collector and the > default values for log_directory and log_filename. One of these is > probably wrongly configured. the logging collector is off by default, yet the log is being co

Re: [pgadmin-support] pgadmin3 crash report

2011-09-23 Thread Guillaume Lelarge
On Wed, 2011-09-21 at 12:24 +0200, Willy-Bas Loos wrote: > [...] > 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.

Re: [pgadmin-support] pgadmin3 crash report

2011-09-21 Thread Willy-Bas Loos
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

Re: [pgadmin-support] pgAdmin3 quits unexpectedly on Mac OS/X

2011-08-30 Thread Dave Page
On Tue, Aug 30, 2011 at 10:00 PM, Strauch, Sheldon wrote: > > Well, the file was 1.3M lines long, including an entire dump from over a year > ago. I did not examine the entire file. What I saw looked reasonably > well-formed. I suspect the size of the file is the actual culprit. Ouch, yes, that

Re: [pgadmin-support] pgAdmin3 quits unexpectedly on Mac OS/X

2011-08-30 Thread Strauch, Sheldon
On Aug 30, 2011, at 3:45 PM, Dave Page wrote: > On Tue, Aug 30, 2011 at 9:42 PM, Strauch, Sheldon > wrote: >> On Aug 30, 2011, at 2:52 PM, Dave Page wrote: >>> Hi >>> >>> On Tue, Aug 30, 2011 at 8:18 PM, Strauch, Sheldon >>> wrote: Hi, I just downloaded RC1. It browses databases

Re: [pgadmin-support] pgAdmin3 quits unexpectedly on Mac OS/X

2011-08-30 Thread Dave Page
On Tue, Aug 30, 2011 at 9:42 PM, Strauch, Sheldon wrote: > On Aug 30, 2011, at 2:52 PM, Dave Page wrote: >> Hi >> >> On Tue, Aug 30, 2011 at 8:18 PM, Strauch, Sheldon >> wrote: >>> Hi, >>> >>> I just downloaded RC1. It browses databases fine, but crashes when I open >>> the SQL window. >>> Exact

Re: [pgadmin-support] pgAdmin3 quits unexpectedly on Mac OS/X

2011-08-30 Thread Strauch, Sheldon
On Aug 30, 2011, at 2:52 PM, Dave Page wrote: > Hi > > On Tue, Aug 30, 2011 at 8:18 PM, Strauch, Sheldon > wrote: >> Hi, >> >> I just downloaded RC1. It browses databases fine, but crashes when I open >> the SQL window. >> Exact steps to reproduce: >> * Open pgAdmin >> * Open any database >> *

Re: [pgadmin-support] pgAdmin3 quits unexpectedly on Mac OS/X

2011-08-30 Thread Dave Page
Hi On Tue, Aug 30, 2011 at 8:18 PM, Strauch, Sheldon wrote: > Hi, > > I just downloaded RC1. It browses databases fine, but crashes when I open the > SQL window. > Exact steps to reproduce: > * Open pgAdmin > * Open any database > * Click on the SQL icon in the button bar > From the dump it appe

Re: [pgadmin-support] pgadmin3, v.1.12.3 - pgdump fails - error in arguments list

2011-06-28 Thread Guillaume Lelarge
On Tue, 2011-06-28 at 08:57 +0200, Berthold Humkamp wrote: > Hi all, > > my environment is as follows: > > Platform: x86_64 > Distribution: gentoo - mostly stable > pgadmin3, v.1.12.3, german menus > > I can't try v.1.14. beta, because it's a production server and I don't > want to install packa

Re: [pgadmin-support] Pgadmin3 and Postgres 9.0.4 observation

2011-05-16 Thread Guillaume Lelarge
Hi, Le 05/13/2011 02:26 PM, r d a écrit : > [...] > since upgrading to postgresql 9.0.4 I have noticed that pgadmin3 (1.12.2 & > 1.12.3) > does not show the info for the columns: > > "last vacuum" > "last autovacuum" > "last analyze" > "last autoanalyze" > > in the table statistics view, for tab

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-03-10 Thread ondro
I have same problem, fresh installation winXp with all updates. Instalation Microsft Visual C++ 2005 SP1 resloved problem and pgadmin start correctly. -- View this message in context: http://postgresql.1045698.n5.nabble.com/pgAdmin3-1-12-2-won-t-start-on-WinXP-tp3364203p3423018.html Sent from the

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-02-02 Thread Dave Page
On Wed, Feb 2, 2011 at 6:27 AM, Bexley Hall wrote: >> The code is built using VC++ 2008 SP1, however, the generated manifest >> requires the non-SP1 version of the runtimes. As I'm running with SP1, >> that's the version that is included in the merge module the installer >> uses. > > So, you *want

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-02-01 Thread Bexley Hall
Hi Dave, --- On Tue, 2/1/11, Dave Page wrote: > Bexley Hall wrote: > > > I re-ran the experiment (pgadmin3 onto "virgin, up-to-date XP > > install") and still don't see any signs of this package being > > drawn in.  Would you like me to forward the installer's > > log file to you directly?  (t

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-02-01 Thread Dave Page
On Mon, Jan 31, 2011 at 11:01 PM, Bexley Hall wrote: > I re-ran the experiment (pgadmin3 onto "virgin, up-to-date XP > install") and still don't see any signs of this package being > drawn in.  Would you like me to forward the installer's > log file to you directly?  (too big to post, here -- ~75

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-01-31 Thread Bexley Hall
Hi Dave, --- On Mon, 1/31/11, Dave Page wrote: > >> It sounds like you don't have the correct version of the MSVC++ > >> runtimes installed - which is odd, as they're included in the pgAdmin > >> installer. Try reinstalling them: > >> > >> http://www.microsoft.com/downloads/en/details.aspx?Famil

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-01-31 Thread Dave Page
On Mon, Jan 31, 2011 at 8:03 PM, Bexley Hall wrote: > Hi Dave, > > --- On Mon, 1/31/11, Dave Page wrote: > >> Bexley Hall wrote: >> >> > Invoking the 1.12.2 version resulted in a dialog complaining >> > "This application has failed to start because the application >> > configuration is incorrect

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-01-31 Thread Bexley Hall
Hi Dave, --- On Mon, 1/31/11, Dave Page wrote: > Bexley Hall wrote: > > > Invoking the 1.12.2 version resulted in a dialog complaining > > "This application has failed to start because the application > > configuration is incorrect..." > > It sounds like you don't have the correct version of t

Re: [pgadmin-support] pgadmin3 close when click on right pane

2011-01-31 Thread Darshana Samaraweera
error generated. following are my server details Os-ubuntu 10.10 64-bit postgres -9.0 I'm working on VNC. Thanks - Original Message - From: "Guillaume Lelarge" To: "Darshana Samaraweera" Cc: Sent: Monday, January 31, 2011 3:20 PM Subject: Re: [pgadmi

Re: [pgadmin-support] pgadmin3 close when click on right pane

2011-01-31 Thread Guillaume Lelarge
Hi, Le 31/01/2011 03:24, Darshana Samaraweera a écrit : > [...] > When I open pgadmin3 and click on right pane of the interface, it will > automatically close with the following error message. > You'll need to give us really more informations about what you do. Clicking on the right pane of the

Re: [pgadmin-support] pgAdmin3 1.12.2 won't start on WinXP

2011-01-31 Thread Dave Page
On Mon, Jan 31, 2011 at 12:49 AM, Bexley Hall wrote: > > Invoking the 1.12.2 version resulted in a dialog complaining > "This application has failed to start because the application > configuration is incorrect..." It sounds like you don't have the correct version of the MSVC++ runtimes installed

Re: [pgadmin-support] pgadmin3 : Restriction de BDD and service

2010-10-05 Thread Guillaume Lelarge
Le 05/10/2010 16:51, Marie-Claude QUIDOZ a écrit : > [...] > I'm trying to create server connections as clean as possible. I dont' > find documentation about "BDD restriction" and "service" > > Can you tell me the meaning "BDD restriction" and "service" in the menu > "add a server" ? > Sure. "B

Re: [pgadmin-support] pgadmin3 crash report

2010-07-02 Thread Guillaume Lelarge
Le 30/06/2010 10:16, r d a écrit : > [...] > pgadmin3 crashes when I try to see the server statistics (menu Tools --> > Server Status). > I think that I configured my installation correctly, details follow below. > > My configuration: > -

Re: [pgadmin-support] pgadmin3 1.10.2 under Lenny

2010-04-29 Thread Guillaume Lelarge
Le 29/04/2010 17:33, Guillaume Lelarge a écrit : > Le 29/04/2010 13:15, Guillaume Lelarge a écrit : >> Hi, >> >> Le 29/04/2010 07:55, Hervé Hénoch a écrit : >>> [...] >>> I followed the instructions described at the address >>> >>>http://www.pgadmin.org/download/debian.php >>> >>> I can't insta

Re: [pgadmin-support] pgadmin3 1.10.2 under Lenny

2010-04-29 Thread Guillaume Lelarge
Le 29/04/2010 13:15, Guillaume Lelarge a écrit : > Hi, > > Le 29/04/2010 07:55, Hervé Hénoch a écrit : >> [...] >> I followed the instructions described at the address >> >>http://www.pgadmin.org/download/debian.php >> >> I can't install pgadmin3 version 1.10.2 in my lenny. >> >> Are these ins

Re: [pgadmin-support] pgadmin3 1.10.2 under Lenny

2010-04-29 Thread Guillaume Lelarge
Hi, Le 29/04/2010 07:55, Hervé Hénoch a écrit : > [...] > I followed the instructions described at the address > >http://www.pgadmin.org/download/debian.php > > I can't install pgadmin3 version 1.10.2 in my lenny. > > Are these instructions still valid ? No, it's obviously out of date. I'l

Re: [pgadmin-support] Pgadmin3 - CentOS 5 - Missing Dependency: libpq.so.5

2010-04-20 Thread Guillaume Lelarge
Le 20/04/2010 10:32, Devrim GÜNDÜZ a écrit : > On Tue, 2010-04-20 at 10:29 +0200, Guillaume Lelarge wrote: >>> I've been talking with Lacey from [Pgcore] and the problem could be >>> because I've Postgresql x86_64 but in the repo there isn't a pgAdmin >> to x86_64. >>> >> Sure, so you need to insta

Re: [pgadmin-support] Pgadmin3 - CentOS 5 - Missing Dependency: libpq.so.5

2010-04-20 Thread Devrim GÜNDÜZ
On Tue, 2010-04-20 at 10:29 +0200, Guillaume Lelarge wrote: > > I've been talking with Lacey from [Pgcore] and the problem could be > > because I've Postgresql x86_64 but in the repo there isn't a pgAdmin > to x86_64. > > > Sure, so you need to install a 32 bits libpq. I think you can have the > t

Re: [pgadmin-support] Pgadmin3 - CentOS 5 - Missing Dependency: libpq.so.5

2010-04-20 Thread António Santos (DOS)
Hello Guillaume, yes I've it installed. I've been talking with Lacey from [Pgcore] and the problem could be because I've Postgresql x86_64 but in the repo there isn't a pgAdmin to x86_64. Installed Packages postgresql.x86_64

Re: [pgadmin-support] Pgadmin3 - CentOS 5 - Missing Dependency: libpq.so.5

2010-04-20 Thread Guillaume Lelarge
Le 20/04/2010 10:10, "António Santos (DOS)" a écrit : > Hello Guillaume, yes I've it installed. > I've been talking with Lacey from [Pgcore] and the problem could be > because I've Postgresql x86_64 but in the repo there isn't a pgAdmin to > x86_64. > Sure, so you need to install a 32 bits libpq.

Re: [pgadmin-support] Pgadmin3 - CentOS 5 - Missing Dependency: libpq.so.5

2010-04-19 Thread Guillaume Lelarge
Le 19/04/2010 18:10, "António Santos (DOS)" a écrit : > Hello I'm getting "Missing Dependency: libpq.so.5" when installing > Pgadmin3 via YUM on CentOS 5.4 x64. > Can you help? > pgAdmin needs the libpq library. It should be available with the PostgreSQL package. Do you have it installed? -- G

Re: [pgadmin-support] PgAdmin3 on Mac OS X Observations

2010-01-18 Thread Guillaume Lelarge
Hi, Le 15/01/2010 22:14, Mark Cotner a écrit : > [...] > I would tell you what version I have, but I can't seem to get the About > window to come up(very minor nag #1). I just downloaded it so it's the > latest Mac OS X binary you have on your site. > I can't check that right now, cause I don't

Re: [pgadmin-support] pgadmin3 tool

2009-12-31 Thread Dave Page
On Thu, Dec 31, 2009 at 2:24 AM, alan hamelin wrote: > > I need to do a manual vacuum(holdemmanager), but the tool does not > start,does not work,the window does not open. Why do you need to run a manual vacuum? There should only be rare occasions when that is required, and not generally for rout

Re: [pgadmin-hackers] Re: [pgadmin-support] pgAdmin3 Version 1.10.0 : Crash when configuring an pgAgent job

2009-07-21 Thread Guillaume Lelarge
Le dimanche 19 juillet 2009 à 23:42:50, Guillaume Lelarge a écrit : > Hi Ashesh and Rainer, > > Le vendredi 17 juillet 2009 à 13:30:43, Ashesh Vashi a écrit : > > [Adding pgadmin-hackers..] > > > > Hi Rainer, > > > > I am able to reproduce the same on Ubuntu 9.04 (32 bit). > > Thanks for reporting

Re: [pgadmin-hackers] Re: [pgadmin-support] pgAdmin3 Version 1.10.0 : Crash when configuring an pgAgent job

2009-07-19 Thread Guillaume Lelarge
Hi Ashesh and Rainer, Le vendredi 17 juillet 2009 à 13:30:43, Ashesh Vashi a écrit : > [Adding pgadmin-hackers..] > > Hi Rainer, > > I am able to reproduce the same on Ubuntu 9.04 (32 bit). > Thanks for reporting this. > > Hi Dave/Guillaume, > > Please find the patch for the same. > Schedule dialo

Re: [pgadmin-support] pgAdmin3 Version 1.10.0 : Crash when configuring an pgAgent job

2009-07-17 Thread Ashesh Vashi
[Adding pgadmin-hackers..] Hi Rainer, I am able to reproduce the same on Ubuntu 9.04 (32 bit). Thanks for reporting this. Hi Dave/Guillaume, Please find the patch for the same. Schedule dialog does not have SQL pane. And, we're try to check the Read-Only check-box over there. :( Rainer Bauer

Re: [pgadmin-support] pgadmin3: Authentication failed

2009-05-28 Thread Raymond O'Donnell
On 28/05/2009 09:35, Lorenzo Bicocchi wrote: > I’ve installed postgresql 8.1.11 on a Centos 5.3. All work fine,but pgadmin3 > cannot authenticate any db or user. What error message(s) do you get? What does it say in the logs? Is pgAdmin on the same machine or connecting from across a network? Have

Re: [pgadmin-support] pgadmin3: Authentication failed

2009-05-28 Thread Craig Golby
Hi Lorenzo, I had what would appear to be the same problem last year. Take a look at the two blog articles that I wrote at the time http://www.dignitas.ltd.uk/blog/2008/04.html Read them both before you start, so that you are prepared for the frustration the second one brought, should it h

Re: [pgadmin-support] pgAdmin3 1.10 beta3 on win32 clipboard bug

2009-05-13 Thread Kevin Field
On May 12, 10:09 am, dp...@pgadmin.org (Dave Page) wrote: > On Tue, May 12, 2009 at 2:33 PM, Kevin Field > wrote: > > Hi, > > > Over terminal services, I can consistently reproduce this, that I > > cannot paste into a query editor window from another program (TextPad > > in this case, so it's pla

  1   2   3   >