Re: [pgadmin-support] Bug report

2016-11-21 Thread Dave Page
Hi On Mon, Nov 21, 2016 at 3:46 PM, Robert van Geel wrote: > Dave, I've added the main list again in the cc of this mail so people > finding this post will also know the solution. > > Your comment: > >Can you please run the registry editor on Windows, and check the value of > the following key?

Re: [pgadmin-support] Bug report

2016-11-21 Thread Robert van Geel
Dave, I've added the main list again in the cc of this mail so people finding this post will also know the solution. Your comment: >Can you please run the registry editor on Windows, and check the value of the following key? > >HKEY_CLASSES_ROOT\.css\Content Type > >It should be "text/css" (w

Re: [pgadmin-support] Bug report

2016-11-21 Thread Robert van Geel
Dave, I'll send you the zip in a private mail, I'm not sure if the log files are relevant to other people. I patched the python code to serve browser.css without authentication in an attempt to solve this myself, but I'm still experiencing the same. If you want I'm happy to provide you with

Re: [pgadmin-support] Bug report

2016-11-21 Thread Dave Page
Hi On Sat, Nov 19, 2016 at 7:32 PM, Robert van Geel wrote: > Hi, > > I have an issue getting pgadmin going. > > Version: latest (4.1.1) > Platform: windows 10 > Configuration: out of the box, just install -> start -> symptom experienced > Symptom: the screen looks off, like a web page with no cs

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-04 Thread Dave Page
Glad it's working for you - thanks for letting us know. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK:http://www.enterprisedb.com The Enterprise PostgreSQL Company > On 4 Feb 2016, at 19:27, StanC wrote: > > Thanks again Dave, > > I went to a non-functional

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-04 Thread StanC
Thanks again Dave, I went to a non-functional instance, removed all wxwidgets3.0, removed all pgadmin3 1.22 (that was installed from Ubuntu's package), made sure wxwidgets2.8 deps were there, downloaded source pgadmin 1.22, compiled etc. ** It works now. I also noticed that Archlinux packages

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-04 Thread Dave Page
OK - that makes it pretty clear. The one that works is using wxWidgets 2.8, whilst the others are using wxWidgets 3.0. We've never fully tested with 3.0, so there are almost certainly known issues with such a build. It is recommended that packagers use 2.8 at the moment, so I would suggest complain

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-03 Thread StanC
Here it is: (beside the ** lines). Note for #1 where 1.22 exists, I don't recall installing 1.20 nor do my synaptic logs show this. Please don't hesitate to send me off on subsequent debug paths. Especially to corroborate any data I provide - I don't want to send you off on a wrong path due to any

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-03 Thread Dave Page
Thanks - unfortunately as far as I can see that doesn't actually tell me how pgAdmin was built. The easiest way to get that info is to run the following command on each system: apt-cache showpkg pgadmin3 Can you get me that output please? Thanks. On Tue, Feb 2, 2016 at 8:01 PM, StanC wrote: >

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-02 Thread Dave Page
Hi What version of wxWidgets is used by the pgAdmin build on each of those machines? Thanks. On Tue, Feb 2, 2016 at 3:26 AM, StanC wrote: > Bug report details follows this summary: > > When accessing the Server Status dialog, it consistently presents blank > windows, no headings, columns, and n

Re: [pgadmin-support] bug report: pgadmin 1.20.0 Windows 8.1 MATERIALIZED VIEW with INDEX, pgadmin doesn't show the INDEX

2015-09-12 Thread Dmitriy Olshevskiy
hello. In the SQL pane I don't see the index, and they aren't in the Object browser either: it's already implemented and will appear in version 1.22. On 10.09.2015 1:34, Emery Lapinski wrote: For example: set search_path = scratch; drop materialized view if exists temp_a; create materializ

Re: [pgadmin-support] Bug report - Version 1.20.0 REL-1_20_0

2015-02-25 Thread Leonard Boyce
Hi Dave, Definitely looks like a bug. Using the '{}'::character varying[] format for the array seems to work fine though. Example; CREATE OR REPLACE FUNCTION ng_research.test( filter_param json, prefix_param character varying DEFAULT 'attributes'::character varying, column_prefixes ch

Re: [pgadmin-support] bug report role properties expiration date

2014-02-25 Thread Dinesh Kumar
On Mon, Feb 24, 2014 at 8:17 AM, David Elbert wrote: > Hi Dinesh- > > Thank you. Is there a schedule for the release of the next installer or > is it a question of when there is enough to be worth the rebuild and > release? > > Hi David, I believe, someone from our team will respond you on the

Re: [pgadmin-support] Bug report: pgAdmin III quit when pressing F1 or selecting "Postgresql Help" menu item

2013-09-22 Thread Gang Liang
On Sun, Sep 22, 2013 at 3:00 AM, Ashesh Vashi wrote: > On Sun, Sep 22, 2013 at 5:23 AM, Gang Liang > wrote: > >> pgAdmin III >> Version: 1.18.0 (NOT a development snapshot version) >> >> Detail: when F1 key is pressed, or the menu item "Help -> Postgresql >> Help" is selected, or the toolbar ico

Re: [pgadmin-support] Bug report: pgAdmin III quit when pressing F1 or selecting "Postgresql Help" menu item

2013-09-22 Thread Ashesh Vashi
On Sun, Sep 22, 2013 at 5:23 AM, Gang Liang wrote: > pgAdmin III > Version: 1.18.0 (NOT a development snapshot version) > > Detail: when F1 key is pressed, or the menu item "Help -> Postgresql Help" > is selected, or the toolbar icon "Display help on the sql commands" is > clicked, the running pgA

Re: [pgadmin-support] BUG report: role validity term

2013-09-20 Thread Bartosz Dmytrak
Thanks a lot. Pozdrawiam, Bartek 2013/9/20 Dinesh Kumar > Hi, > > Thanks for reporting this issue. > > Yes, this issue has been reported in the pgadmin generals, send some fixes > as well. But unfortunately, the fix is not properly working on Mac machine > where it's working on other platforms

Re: [pgadmin-support] BUG report: role validity term

2013-09-20 Thread Dinesh Kumar
Hi, Thanks for reporting this issue. Yes, this issue has been reported in the pgadmin generals, send some fixes as well. But unfortunately, the fix is not properly working on Mac machine where it's working on other platforms. I am trying to figure that out as soon as possible and send a patch to

Re: [pgadmin-support] Bug report - multidimensional arrays

2013-06-03 Thread Joshua Boshi
Hi Dave, thank you for reply. I did not notice this in PostgreSql documentation. It is clear to me now. Best regards, Josh 2013/6/3 Dave Page > Hi > > On Fri, May 31, 2013 at 6:36 PM, Joshua Boshi > wrote: > > Hi, > > > > I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13

Re: [pgadmin-support] Bug report - multidimensional arrays

2013-06-03 Thread Dave Page
Hi On Fri, May 31, 2013 at 6:36 PM, Joshua Boshi wrote: > Hi, > > I would like to report a bug on pgAdmin 1.16.1 installed on Ubuntu 13.04 > from repository. > PgAdmin ignores multidimensional array types in it's outputs. > > I defined a table using this command: > > CREATE TABLE test ( > id seri

Re: [pgadmin-support] bug report: All queries incorrectly shown as blocking in server status

2012-10-31 Thread Sachin Srivastava
I have sent a patch fixing the issue to the pgadmin-hacker mailing list. Chris, Thanks for providing the bug details. On Mon, Oct 29, 2012 at 6:51 PM, Dave Page wrote: > Sachin, can you look into this please? Thanks. > > On Thu, Oct 25, 2012 at 11:08 PM, Chris St Denis > wrote: > > Platform:

Re: [pgadmin-support] bug report: All queries incorrectly shown as blocking in server status

2012-10-29 Thread Dave Page
Sachin, can you look into this please? Thanks. On Thu, Oct 25, 2012 at 11:08 PM, Chris St Denis wrote: > Platform: Windows 7 > Language: English > Dist: Binary Windows download from official site > Version: 1.16.0 > > > As shown in attached screenshot.png all queries are shown as blocked by one >

Re: [pgadmin-support] bug report - quote parameters send to plugins

2011-05-01 Thread Guillaume Lelarge
Hi, On 04/18/2011 06:46 PM, Francisco Puga wrote: > [...] > I'm new to the list, so sorry if i do something wrong. > > I'm testing QgsPostGIS-Viewer [1] (trunk version) with pgAdmin 1.10.5 > and PostgreSQL 8.3 > > My user password has a whitespace in it, something like ' '. I > think tha

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-23 Thread Guillaume Lelarge
Le 23/02/2011 00:10, Peter Geoghegan a écrit : > On 22 February 2011 20:56, Guillaume Lelarge wrote: > >> You're right. I added a ticket to work on this later. > > I've noticed in the past that syntax highlighting is a bit broken. > It's possible to break it by copying and pasting. Perhaps I'll

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-22 Thread Peter Geoghegan
On 22 February 2011 20:56, Guillaume Lelarge wrote: > You're right. I added a ticket to work on this later. I've noticed in the past that syntax highlighting is a bit broken. It's possible to break it by copying and pasting. Perhaps I'll create a test case for that if I get a chance later. --

Re: [pgadmin-support] Bug report: Syntax Coloring

2011-02-22 Thread Guillaume Lelarge
Le 16/02/2011 11:28, Jakob Egger a écrit : > Syntax coloring in PgAdmin3 (Version 1.10.3 on MacOS) does not correctly deal > with nested comments. > > Try entering the following in the "Query" window: > > /* /*NESTED COMMENT*/ THIS IS STILL A COMMENT */ > > the words "THIS IS STILL A COMMENT"

Re: [pgadmin-support] bug report - PgAdmin III 1.12.1

2010-11-11 Thread Michael_Gerstein
@postgresql.org Subject Re: [pgadmin-support] bug report - PgAdmin III 1.12.1 On Thu, Nov 11, 2010 at 11:05 AM, wrote: > bug report > PgAdmin III 1.12.1 > Windows 7 > Greenplum (4.0.3.0) - definitions for external tables do not show column > types anymore > > It is working prope

Re: [pgadmin-support] bug report - PgAdmin III 1.12.1

2010-11-11 Thread Dave Page
On Thu, Nov 11, 2010 at 11:05 AM, wrote: > bug report > PgAdmin III 1.12.1 > Windows 7 > Greenplum (4.0.3.0) - definitions for external tables do not show column > types anymore > > It is working properly in 1.10.3 As far as I know, no-one has tested GP 4 with pgAdmin. Does this work with 3.x?

Re: [pgadmin-support] Bug report / feature enhancement

2010-03-22 Thread Dave Page
On Mon, Mar 22, 2010 at 7:54 AM, Julius Tuskenis wrote: > Hello, Melvin > > 2010.03.21 16:24, Melvin Davidson rašė: > > How hard would it be to add an option, in the General tab, which specifies > the format for the log_filename, thus making it more flexible? > > Melvin Davidson > > I don't think

Re: [pgadmin-support] Bug report / feature enhancement

2010-03-22 Thread Julius Tuskenis
Hello, Melvin 2010.03.21 16:24, Melvin Davidson rašė: How hard would it be to add an option, in the General tab, which specifies the format for the log_filename, thus making it more flexible? Melvin Davidson I don't think General tab of pgAdmin Options window is the right place for this. As t

Re: [pgadmin-support] Bug report / feature enhancement

2010-03-21 Thread Guillaume Lelarge
Le 21/03/2010 15:24, Melvin Davidson a écrit : > I am using pgAdmin 1.10.0, however neither > the version nor the O/S relevant. > > Up until, and including the > current version, pgAdmin expects the format for the postgresql > log_filename to be 'postgresql-%Y-%m-%d_%H%M%S.log'. However, most

Re: [pgadmin-support] Bug report

2010-02-09 Thread Guillaume Lelarge
Hi, Le 09/02/2010 22:15, qwadrillion a écrit : > I'd like to report a bug: > > platform: Windows > language: russian > distribution: pgadmin3-1.8.4.zip > > localization misspell: menu item "Представление" - subitem "Ворачивание" > misspelled ( correct word "Сворачивание", however I would ra

Re: [pgadmin-support] Bug report: pgadmin3-1.10.0 segmentation fault

2009-11-26 Thread Dave Page
Thanks - I've committed a fix for this to SVN. Regards, Dave. On Tue, Nov 24, 2009 at 4:39 PM, Chris Bainbridge wrote: > 2nd post... > > The table is actually big, I just mistook it for being small since it > takes several minutes to load. I think the problem is a race > condition. The window st

Re: [pgadmin-support] Bug report: pgadmin3-1.10.0 segmentation fault

2009-11-24 Thread Chris Bainbridge
2nd post... The table is actually big, I just mistook it for being small since it takes several minutes to load. I think the problem is a race condition. The window status bar shows "Refreshing data, please wait.", during which time I close the window and get a segmentation fault. If I wait for th

Re: [pgadmin-support] Bug Report: PgAdmin III v1.10.0

2009-11-17 Thread Guillaume Lelarge
Le mardi 17 novembre 2009 à 12:40:33, ROWLEY David, Stranraer a écrit : > [...] > Not quite sure if this is the right place to file a bug report or not. > Please let me know if it's not. > This is a good place to report bugs :) > Bug 1: > > Description: > > When right clicking a sequence and a

Re: [pgadmin-support] Bug report: Data export from query in MacOS X - file browsing wrong.

2009-04-15 Thread Dave Page
On Wed, Apr 15, 2009 at 11:50 AM, Herouth Maoz wrote: > When I try to save the query result to a file, and I click on the browse > button to export, I get an "Open" rather than "Save" dialog box. This means > that I can only select an existing file to export to, instead of being able > to save to

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Abhishek MANDHANA
> 1) Review the processing of the pg_hba.conf file editor in PGAdmin for its accuracy since it appears to be rather inaccurate > currently. Long back, I also came across similar type of problem and did the same thing(look at the pg_hba.conf file in a text editor and delete unwanted entries),

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Dave Page
On Wed, Jun 11, 2008 at 5:50 PM, Black Falcon Software, Inc. <[EMAIL PROTECTED]> wrote: > 1) Review the processing of the pg_hba.conf file editor in PGAdmin for its > accuracy since it appears to be rather inaccurate > currently. I've just spent the last 20 minutes trying to break it and ha

Re: [pgadmin-support] Bug Report: PgAdmin -> pg_hba.conf Editor

2008-06-11 Thread Black Falcon Software, Inc.
Hello: I am new to PostgreSQL, though I have been working with several databases since I began developing distributed systems (SQL Server, Oracle, Sybase). I have been interested in PostgreSQL as an alternative to the commercial level engines I have used. I finally began working with it the ot

Re: [pgadmin-support] Bug Report: i18n/pgadmin3.lng file not found in MacPorts version of pgAdmin III 1.8.2

2008-03-02 Thread Dave Page
On Sun, Mar 2, 2008 at 10:02 AM, John Wenger <[EMAIL PROTECTED]> wrote: > "can't open file './../i18n/pgadmin3.lng' (error 2: No such file or > directory)" > > This appears to be a bug from 2005, cf. > http://pgadmin.org/archives/pgadmin-hackers/2005-05/msg00143.php. > > I guess you guys are not r

Re: [pgadmin-support] Bug report pgadmin 1.8.0 Beta 5 (Sep 10 2007, rev 6631)

2007-10-12 Thread Guillaume Lelarge
Hi, Rolf A. de By a écrit : > I am running on a PG server 8.2, Windows XP, trying the following and > getting a run time error plus crash of pgadmin > > 1. open my database, navigate to Tables > 2. right click, to New Table option > 3. Fill out table name, owner, inherit from one already existing

Re: [pgadmin-support] Bug report pgadmin 1.8.0 Beta 5 (Sep 10 2007, rev 6631)

2007-10-12 Thread Dave Page
Rolf A. de By wrote: > Greetings, pgadmin team, > > I am running on a PG server 8.2, Windows XP, trying the following and > getting a run time error plus crash of pgadmin > > 1. open my database, navigate to Tables > 2. right click, to New Table option > 3. Fill out table name, owner, inherit fro

Re: [pgadmin-support] Bug report

2007-09-26 Thread Dave Page
Dave Page wrote: Pascal Van Puymbroeck wrote: *PGadmin version 1.6.3 release 6112 on windows from the binary zip file from postgres8.2.5* Creating a sequence by means of the graphical interface works, though a subsequent select nextval() claims he can't find the sequence ... If I create

Re: [pgadmin-support] Bug Report

2007-06-12 Thread Hiroshi Saito
Hi Glauber-san. Um, you can use 1.6.3 which is the following stable versions. http://www.pgadmin.org/download/opensuse.php Would you try it? Thanks! Regards, Hiroshi Saito - Original Message - From: Glauber - Semfila.com To: pgadmin-support@postgresql.org Sent: Tuesday, June 12, 2007

Re: [pgadmin-support] Bug Report: Preferences Dialogbox does not resize after I change the font size

2007-05-26 Thread Dave Page
Adib Saikali wrote: Hi, I am using PgAdminIII 1.6.3 on windows xp, I changed the font size in the preferences dialog box to be size 12 when I restarted PgAdmin and went to preferences dialog box I could not see the change font button because it was beyond the right edge of the window. I was unab

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Joe Moyle
...much removed > > pgAdmin 1.8 does also warn you about the possible consequences of having > an unsecured pgpass file. > > Regards, Dave. Thank you everyone who answered and gave me guidance. For anyone interested I removed permissions on the file from everyone but myself. I then had one o

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Dave Page
Joe Moyle wrote: >> Joe Moyle wrote: > ... >>> While doing some poking around I discovered that the passwords in > the >>> pgpass.conf file are stored in plain text. I consider this a bug. > ... >>> Would the 'powers that be' list this as a bug and add it to the TODO >>> list? >> This is how Postg

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Joe Moyle
> Joe Moyle wrote: ... > > While doing some poking around I discovered that the passwords in the > > pgpass.conf file are stored in plain text. I consider this a bug. ... > > Would the 'powers that be' list this as a bug and add it to the TODO > > list? > > This is how PostgreSQL's libpq requires

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Raymond O'Donnell
On 23/05/2007 15:52, Joe Moyle wrote: While doing some poking around I discovered that the passwords in the pgpass.conf file are stored in plain text. I consider this a bug. It's not a bug - use file permissions to protect the file from prying eyes. Ray. --

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Joshua Kramer
Joe, You took a good first step in setting up authenication to use MD5 by default. Now, (as a new community member) I have a few questions to determine what encrypting the password would accomplish. What would such an encryption protect against? You can explicitly set the permissions on y

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread Dave Page
Joe Moyle wrote: > I'm working on my first PostgreSQL project. We are attempting a proof > of concept. I'm using PGAdmin 3 v1.6.2 on a Windows XP Pro workstation. > I like the option to 'Save Password' because I'm generally lazy and > don't want to type in the password every time I log on. > >

Re: [pgadmin-support] Bug Report - PGAdmin3 windows pgpass.conf passwords stored in plain text

2007-05-23 Thread yoursoft
Dear Developers, There a bug since 1.6.3. This bug is not exists in 1.6.2 and early versions. The last tested version in 1.7 snapshot 070510 under WinXp. When you open the table browser. On a table in right click menu select the 'View data / view *'. Resize any column. Push refresh button. The

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-05 Thread Ezequias Rodrigues da Rocha
I expected this Japanese Kanji means Delete :)Who implemented it you ? Why not integrate it to pgAdmin ?RegardsEzequias2006/10/5, Hiroshi Saito < [EMAIL PROTECTED]>:Hi Ezequias.From: "Ezequias Rodrigues da Rocha" (snip)> Now I think a popup menu to delete a selected row is very important now.Does t

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-05 Thread Hiroshi Saito
Hi. > Does this realize your hope?:-) > http://inet.winpg.jp/~saito/pgAdmin/pgAdmin3_EditGrid_popup.png > (Sorry it is japanese) > There is not whose objection, and either I will apply it. I object. 1) It's a new feature and we are well past feature freeze. Ahh, yes... 2) If we are going t

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-05 Thread Dave Page
> -Original Message- > From: Hiroshi Saito [mailto:[EMAIL PROTECTED] > Sent: 05 October 2006 05:14 > To: Dave Page; Ezequias Rodrigues da Rocha > Cc: pgadmin-hackers@postgresql.org; pgAdmin Support > Subject: Re: [pgadmin-support] Bug report on insert with pgadmi

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-04 Thread Hiroshi Saito
Hi Ezequias. From: "Ezequias Rodrigues da Rocha" (snip) Now I think a popup menu to delete a selected row is very important now. Does this realize your hope?:-) http://inet.winpg.jp/~saito/pgAdmin/pgAdmin3_EditGrid_popup.png (Sorry it is japanese) There is not whose objection, and either I wil

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-03 Thread Ezequias Rodrigues da Rocha
ubject: Re: [pgadmin-support] Bug report on insert with pgadmin Hiroshi,Thank you for your information. I noticed you are using a newer version than me. Where did you get this version ?Here is an attached image of my version Sept 12.   As I said to you a few days ago, this is fixed

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-03 Thread Dave Page
  From: Ezequias Rodrigues da Rocha [mailto:[EMAIL PROTECTED] Sent: 03 October 2006 12:14To: Hiroshi SaitoCc: Dave Page; pgAdmin SupportSubject: Re: [pgadmin-support] Bug report on insert with pgadmin Hiroshi,Thank you for your information. I noticed you are using a

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Hiroshi Saito
Hi Ezequias. My experiment is this. The definition of a table is changed a little. http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test1.png http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test2.png http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test3.png http://www.winpg.jp/~saito/pgAdmin/pgAdmin3_test4.

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Ezequias Rodrigues da Rocha
The table definition is right below:id bigint NOT NULL,  codigo integer,  quando timestamp without time zone,  inicio_venda timestamp without time zone,  final_venda timestamp without time zone,   inicio_entrada timestamp without time zone,  final_entrada timestamp without time zone,  estado intege

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Hiroshi Saito
Hi. From: Ezequias Rodrigues da Rocha The error message is this one. Umm, Something is strange Please tell about a table definition and an input character that I can reproduce it. Regards, Hiroshi Saito ---(end of broadcast)--- TIP 9: I

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Ezequias Rodrigues da Rocha
The error message is this one2006/10/2, Hiroshi Saito <[EMAIL PROTECTED]>: Hi.- Original Message -From: Ezequias Rodrigues da Rocha> I tryed the version of http://developer.pgadmin.org/snapshots/win32/pgadmin3-20060921-Win32.zip but nothing better> appears.>> I am still with problem to ins

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Hiroshi Saito
Hi. - Original Message - From: Ezequias Rodrigues da Rocha I tryed the version of http://developer.pgadmin.org/snapshots/win32/pgadmin3-20060921-Win32.zip but nothing better appears. I am still with problem to insert via pgAdmin. Still waitting for any other suggestion ? Although

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-10-02 Thread Ezequias Rodrigues da Rocha
I tryed the version of http://developer.pgadmin.org/snapshots/win32/pgadmin3-20060921-Win32.zip but nothing better appears.I am still with problem to insert via pgAdmin. Still waitting for any other suggestion ?RegardsEzequias2006/9/27, Dave Page :   From: [E

Re: [pgadmin-support] Bug report on insert with pgadmin

2006-09-27 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ezequias Rodrigues da RochaSent: 27 September 2006 14:16To: pgAdmin SupportSubject: [pgadmin-support] Bug report on insert with pgadmin Hi list,I am trying to insert a new row with the 'pgadmin 1.6 beta

Re: [pgadmin-support] BUG REPORT

2006-09-27 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Zeballos (Kantutani)Sent: 26 September 2006 23:34To: pgadmin-support@postgresql.orgSubject: [pgadmin-support] BUG REPORT Platform you're running on WINDOWS XP Language ENGLISH Distribut

Re: [pgadmin-support] bug report

2006-09-25 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sim Zacks > Sent: 25 September 2006 06:51 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] bug report > > > The design is intended to allow you t

Re: [pgadmin-support] bug report

2006-09-24 Thread Sim Zacks
> The design is intended to allow you to modify options and try again, or > to cancel the whole operation. I'm not sure how that's any different > from any of the other dialogues - click the OK button and an attempt is > made to create an object for example - if an error occurs you can change > opt

Re: [pgadmin-support] bug report

2006-09-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sim Zacks > Sent: 20 September 2006 15:26 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] bug report > > This is a bug I reported a number of versions back, but it is still > here.

Re: [pgadmin-support] bug report

2006-09-20 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Sim Zacks > Sent: 20 September 2006 13:38 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] bug report > > Platform you're running on: Windows 2000 > Language: English > Distribution

Re: [pgadmin-support] Bug Report - Find / Replace / Replace All

2006-01-16 Thread Dave Page
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luc MousseauSent: 13 January 2006 21:39To: pgadmin-support@postgresql.orgSubject: [pgadmin-support] Bug Report - Find / Replace / Replace All Platform: Windows XP Professional Language: English D

Re: [pgadmin-support] Bug Report : Missing WM_NAME Property for X11

2005-03-28 Thread Andreas Pflug
Igor TAmara wrote: Symptoms : When I use ''xprop WM_CLASS'' on a window of pgadmin3 it returns WM_CLASS(STRING) = "frame", "frame" This seems to be fixed in newer wxWidgets. Regards, Andreas ---(end of broadcast)--- TIP 6: Have you searched our list

Re: [pgadmin-support] Bug report

2004-12-03 Thread Ken Steube
Ah...I didn't see at the bottom of the download page that there was a new version of pgAdmin available. The problem has been solved already! Thank you so much...Ken On Fri, 3 Dec 2004, Dave Page wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]

Re: [pgadmin-support] Bug report

2004-12-03 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Ken Steube > Sent: 03 December 2004 00:48 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Bug report > > Bug report of program crash: > > Windows XP Professional > pgAdmin III > Version 1.0.2

Re: [pgadmin-support] bug report: pgadmin III v1.0.2 : ACL-denial exceptions not trapped? hard crash

2004-09-21 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Christopher Mulcahy > Sent: 21 September 2004 03:16 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] bug report: pgadmin III v1.0.2 : > ACL-denial exceptions not trapped? hard crash > > pgad

Re: [pgadmin-support] Bug report

2004-09-06 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: Hello pgadmin-support, CREATE TYPE "AreasStatistics_GetForAreaType" AS ("AreaCaption" varchar(256), "AreaUrl" varchar(1024), "Balance" numeric(18,9), "TodayExposures" int4, "YesterdayExposures" int4, "WeekExposures" int4, "MonthExposures" int4,

Re: [pgadmin-support] Bug report

2004-09-05 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: When pgAdmin generates sql query for create (or replace) function it does not quote the name of returning type e.g. Fixed in cvs, thanks for reporting. bug #2 in table editor (view) dialog i can't insert a row in the table which does not contain oid field (created without o

Re: [pgadmin-support] Bug report CHECK CONSTRAINTS

2004-07-12 Thread Andreas Pflug
Pavel Veretennikov wrote: CONSTRAINT "$1" CHECK sex >= 0, CONSTRAINT "$2" CHECK "type" >= 0 ) WITH OIDS; When trying to copy-paste-run it, it complains about CHECK contstraints, cause they should be written like CONSTRAINT "$1" CHECK (sex >= 0), CONSTRAINT "$2" CHECK ("type" >= 0) Yo

Re: [pgadmin-support] bug report

2004-05-12 Thread blacknoz
Hi Andreas, Message d'origine >Date: Wed, 12 May 2004 22:05:39 +0200 >De: Andreas Pflug <[EMAIL PROTECTED]> >A: [EMAIL PROTECTED], Dave Page <[EMAIL PROTECTED]> >Copie à: [EMAIL PROTECTED] >Sujet: Re: [pgadmin-support] bug report > >what is 1

Re: [pgadmin-support] bug report

2004-05-12 Thread Andreas Pflug
Raphaël Enrici wrote: Krzysztof Kajkowski wrote: W liście z śro, 12-05-2004, godz. 12:17, [EMAIL PROTECTED] pisze: So, it seems that it still occurs... I'll try to reproduce this tonight. Maybe a backtrace of the process would help. If you have some time, launch pgadmin3 in gdb like this: gdb

Re: [pgadmin-support] bug report

2004-05-12 Thread Andreas Pflug
[EMAIL PROTECTED] wrote: I included the fix for dropped object for Debian's pgAdmin III since 1.0.2-2. Hi Raphaël, what is 1.0.2-2? While we might need to release maintenance versions much more often, we should try to have a consistent versioning over platforms, including fix tracking in ch

Re: [pgadmin-support] bug report

2004-05-12 Thread Raphaël Enrici
Krzysztof Kajkowski wrote: W liście z śro, 12-05-2004, godz. 12:17, [EMAIL PROTECTED] pisze: So, it seems that it still occurs... I'll try to reproduce this tonight. Maybe a backtrace of the process would help. If you have some time, launch pgadmin3 in gdb like this: gdb pgadmin3 then type "r

Re: [pgadmin-support] bug report

2004-05-12 Thread Krzysztof Kajkowski
W liście z śro, 12-05-2004, godz. 12:17, [EMAIL PROTECTED] pisze: > So, it seems that it still occurs... I'll try to reproduce this tonight. > Maybe a backtrace of the process would help. > If you have some time, launch pgadmin3 in gdb like this: > gdb pgadmin3 > then type "run" > Reproduce the c

Re: [pgadmin-support] bug report

2004-05-12 Thread blacknoz
Message d'origine >Sujet: Re: Re: [pgadmin-support] bug report >De: Krzysztof Kajkowski <[EMAIL PROTECTED]> >A: [EMAIL PROTECTED] >Date: Wed, 12 May 2004 10:07:44 +0200 > >W li¶cie z ¶ro, 12-05-2004, godz. 11:23, [EMAIL PROTECTED] >pisze: > &

Re: [pgadmin-support] bug report

2004-05-12 Thread blacknoz
Message d'origine >Date: Tue, 11 May 2004 23:09:28 +0200 >De: Andreas Pflug <[EMAIL PROTECTED]> >A: Krzysztof Kajkowski <[EMAIL PROTECTED]> >Copie à: [EMAIL PROTECTED] >Sujet: Re: [pgadmin-support] bug report > >Krzysztof Kajkowski wrote: > >

Re: [pgadmin-support] bug report

2004-05-11 Thread Andreas Pflug
Krzysztof Kajkowski wrote: Hi! Thanks for making one of the most usable program for PostgreSQL! I think I've found a bug. Steps to reproduce: - open program and a connection to remote postgres db (via ssh tunnel for example) - click on desired table - click on SQL console - in the opened consol

Re: [pgadmin-support] Bug report

2004-05-04 Thread Elvis E. Henriquez A.
o: RE: [pgadmin-support] Bug report Using CVS tip I see:ALTER TABLE dave   ALTER COLUMN val2 SET DEFAULT 'arf';If I try to set a default on a column. Is this the SET that is missing? If so, please upgrade to a recent snapshot: http://developer.pgadmin.org/snapshots/win32/Regards, Dave.

Re: [pgadmin-support] Bug report

2004-05-04 Thread Dave Page
> -Original Message- > From: "Elvis E. Henríquez A." [mailto:[EMAIL PROTECTED] > Sent: 27 April 2004 22:03 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Bug report > > This is a really nice nice program! > Thanks :-) > > When checking the properties of a table field and when

Re: [pgadmin-support] Bug report for pgAdmin III

2003-06-20 Thread Andreas Pflug
-Original Message- *From:* Donald Fraser [mailto:[EMAIL PROTECTED] 3) Error Message: "parser: parse error at or near "," at character 145" This happens when I select a table that has a Foreign Key Constraint that uses more than one column. Fixed. 4) Tr

Re: [pgadmin-support] Bug report for pgAdmin III

2003-06-20 Thread Dave Page
Missed a bunch... > -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 19 June 2003 22:59 > To: Dave Page > Cc: Donald Fraser; [pgADMIN] > Subject: Re: [pgadmin-support] Bug report for pgAdmin III > > > > What were you copying

Re: [pgadmin-support] Bug report for pgAdmin III

2003-06-20 Thread Dave Page
> -Original Message- > From: Andreas Pflug [mailto:[EMAIL PROTECTED] > Sent: 19 June 2003 22:59 > To: Dave Page > Cc: Donald Fraser; [pgADMIN] > Subject: Re: [pgadmin-support] Bug report for pgAdmin III > > > > The ones easy - you have an out of d

Re: [pgadmin-support] Bug report for pgAdmin III

2003-06-20 Thread Andreas Pflug
Dave Page wrote: -Original Message- *From:* Donald Fraser [mailto:[EMAIL PROTECTED] *Sent:* 19 June 2003 19:35 *To:* [pgADMIN] *Subject:* [pgadmin-support] Bug report for pgAdmin III PostgreSQL: 7.3.3 Client OS: W2K SP2. pgAdmin III: 0.1.1 Devel(Jun 14 20

Re: [pgadmin-support] Bug report for pgAdmin III

2003-06-19 Thread Dave Page
Title: Message   -Original Message-From: Donald Fraser [mailto:[EMAIL PROTECTED] Sent: 19 June 2003 19:35To: [pgADMIN]Subject: [pgadmin-support] Bug report for pgAdmin III PostgreSQL: 7.3.3 Client OS: W2K SP2. pgAdmin III: 0.1.1 Devel(Jun 14 2003)   Here's a fe

Re: [pgadmin-support] Bug Report

2002-11-08 Thread Dave Page
Hi, Please try instyalling MDAC 2.7 from http://www.microsoft.com/data. You may need to re-install pgAdmin afterwards. Regards, Dave. > -Original Message- > From: He, Wayne [mailto:wxhe@;TexasChildrensHospital.org] > Sent: 08 November 2002 19:30 > To: [EMAIL PROTECTED] > Subject: [pgadm