[pgadmin-support] Bug report pgadmin III on Ubuntu 16.04

2017-01-03 Thread keith
Using pgadmin 1.22.2 Ubuntu 16.04 Properties dialog for a login role displays this: an assertion failed! ASSERT INFO: /usr/include/wx-3.0/wx/datetime.h(1733): assert "IsValid()" failed in GetValue(): invalid wxDateTime BACKTRACE: [1] wxString wxString::Format(wxFormatString const&, int) [2] w

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

[pgadmin-support] Bug report

2016-11-19 Thread Robert van Geel
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 css applied or something, I added a screenshot below Additional information

[pgadmin-support] Bug report: Cannot install pgAdmin 4 from PostgreSQL apt repository for Debian Jessie

2016-11-07 Thread Alexander Veit
Hi, I followed the descripion at https://wiki.postgresql.org/wiki/Apt to get http://apt.postgresql.org/pub/repos/apt/ as an apt source for Jessie. However, apt-get install pgadmin4 other than apt-get install pgadmin3 surprisingly did not work. -- Cheers, Alex -- Sent via pgadmin-supp

[pgadmin-support] [Bug report] pgAdmin 1.22.1 crashes when connection lost

2016-04-18 Thread kamenlitchev
pgAdmin 1.22.1 crashes when a connection is established, then lost and the user tries to click somewhere in the DB tree. pgAdmin 1.22.1 OS: Windows 10 (happens on Windows 7 and Mac OS X 1.10.4) To reproduce: 1. Start pgAdmin and open a DB connection 2. Expand to some scheme and click on an

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

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

2016-02-02 Thread StanC
Bug report details follows this summary: When accessing the Server Status dialog, it consistently presents blank windows, no headings, columns, and no data. This occurs for 1.20 and 1.22. (Machine instance #1 and #2 below) Two different machines with 1.18 work OK. One of the 1.18 working version

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

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

2015-09-09 Thread Emery Lapinski
For example: set search_path = scratch; drop materialized view if exists temp_a; create materialized view temp_a as select version() as str; create index on temp_a (str); select * from temp_a; Data Output: str text PostgreSQL 9.3.9 on x86_64-unknown-linux-gnu, compiled by gcc (Ubuntu/Linaro 4

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

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

2015-02-25 Thread Dave Barter
Pgadmin cannot cope with default function parameters that are text arrays:- CREATE OR REPLACE FUNCTION ng_research.test(     filter_param json,  prefix_param character varying DEFAULT 'attributes'::character varying,  column_prefixes character varying[] DEFAULT ARRAY['FA'::text,'

[pgadmin-support] bug report: unable to modify servers after failed create

2015-01-05 Thread Roger Pack
Hello all, thanks again for PgAdmin :) One thing I've noticed is the following: you click the "plug" icon to create a new server. Type in your credentials, but with the wrong password, hit ok. It says "An error has occurred:..." and you click OK. It takes you back to the New Server Registration po

[pgadmin-support] Bug report: pgAdmin on Windows does not support password-protected private key

2014-12-10 Thread Julien Picalausa
On windows, attempting to connect to a postgresql server requiring authentication via client certificate using a password protected private key results in the following error: --- pgAdmin III --- An error has occurred: Error connecting to the ser

[pgadmin-support] Bug Report: Length incorrectly specified when creating columns of 'time without time zone'

2014-11-25 Thread Ronny Kurniawan
pgAdmin version: 1.18.1 OS: Windows 7 SP1 x64 Bug: adding a column type 'time without time zone' with length will produce invalid sql syntax: e.g: ALTER TABLE mytable ADD COLUMN mytimecolumn time without time zone(4); it should've produce this sql statement: ALTER TABLE mytable ADD COLUMN

[pgadmin-support] BUG REPORT: SQL Editor selects too much text after you hit return and select "one line"

2014-06-12 Thread k mac
PRODUCT: pgADMIN SQL Editor VERSION: pgADMIN version 1.18.1 (Apr 9 2014, rev: REL-1_18_1) ISSUE: Editor selects too much text after you hit return and select "one line". The following example illustrates the issue: cursor-1.png shows three lines of text in SQL Editor, with the cursor positione

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

[pgadmin-support] [bug report] underscores in table cell not visible

2013-12-30 Thread Karl-Philipp Richter
Hi together, As recommended on http://www.pgadmin.org/support/list.php, I'd like to report a bug in pgAdmin 1.18.1 running on Ubuntu 13.10 with Linux 3.11.0-14-generic. If the user enters data including and underscore in a column of type text, the underscore is not visible in the table data table.

[pgadmin-support] Bug report

2013-12-04 Thread Alexander Stuart-Kregor
PGadmin version 1.18.0 (present in previous versions down to 1.16 from memory) OS Windows 7 64 bit current Installed from binary. There exist a few bugs in PGadmin where a connection to a remote server will time out or be closed and the program will crash when various operations are attempted. S

[pgadmin-support] Bug report -- can't type single quotes (') on OS X 10.9

2013-12-03 Thread Vinícius Fontes
Here's a bug I found: on OS X 10.9 (Mavericks), if the current keyboard layout is "U.S. International - PC" one is unable to type single quotes on SQL Editor. The key acts as backspace instead. This bug is easy to reproduce and isn't intermittent: it happens 100% of the time. Platform: Mac OS X 1

[pgadmin-support] Bug report -- can't type single quotes (') on OS X 10.9

2013-12-03 Thread Vinícius Fontes
Here's a bug I found: on OS X 10.9 (Mavericks), if the current keyboard layout is "U.S. International - PC" one is unable to type single quotes on SQL Editor. The key acts as backspace instead. This bug is easy to reproduce and isn't intermittent: it happens 100% of the time. Platform: Mac OS X 1

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

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

2013-09-22 Thread Gang Liang
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 pgAdmin will emit an error then quit. I checked the other items i

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

[pgadmin-support] BUG report: role validity term

2013-09-19 Thread Bartosz Dmytrak
Hi all, I've notices small bug with role validity term. Use case: - Open properties window for existing role with non existing validity term (valid until infinity); - DO NOT change anything; - switch to SQL panel; - There is SQL similar to: ALTER ROLE myrole VALID UNTIL '2013-09-19

[pgadmin-support] Bug report: Stable crash PgAdmin III 1.18 (Sep 10 2013, Rev: REL-1_18_0)

2013-09-17 Thread Alexander Kirpa
Hi, all! Platform: Windows XP Language: English Distribution: binary Version: PgAdmin III 1.18 (Sep 10 2013, Rev: REL-1_18_0) How to reproduce: 1. Start PgAdmin III 1.18 2. Connect to DB 3. Start 'Grid Editor' with any table 4. Repeat 63 times: a) Click 'Sort/Filter options.' and b) press 'ESC'

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

[pgadmin-support] Bug report - multidimensional arrays

2013-05-31 Thread Joshua Boshi
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 serial NOT NULL, test character varying(150)[][], PRIMARY KEY (id) ) WITH (

[pgadmin-support] bug report (PostGIS plugin option missing)

2012-12-27 Thread Eric Mazaré
I have installed PostgreSQL on Mac OS X 10.6.8. I was able also to install PostGIS through Stackbuilder. When I open Pgadmin III, the plugin menu does not have the PostGIS option as it should appear. Can someone help me with this? Mac OS X 10.6.8 English Version: 1.16.1 Distribution you used: I

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 >

[pgadmin-support] Bug Report: Multiple Prompts & Perpetual Busy Cursor on Reconnect

2012-02-09 Thread Dan Lauber
Platform: Windows7, 64-bit Language: English Version: 1.14.1 (REL-1_14_1) Distribution: pgadmin3-1.14.1.zip - binary windows installer Description: After my database connection is dropped due to timeout, and then I click an item in the 'Object browser' tree, I have to click through several prompt

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

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

2011-04-18 Thread Francisco Puga
hi, 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 that the parameters send to the plugins are not quoted so the plugin ca

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"

[pgadmin-support] Bug report: Syntax Coloring

2011-02-16 Thread Jakob Egger
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" do not have the comment color. The PostgreSQL docs specify

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?

[pgadmin-support] bug report - PgAdmin III 1.12.1

2010-11-11 Thread Michael_Gerstein
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 ___ The information contained in this message may be privileged and conf idential

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

[pgadmin-support] Bug report / feature enhancement

2010-03-21 Thread Melvin Davidson
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 companies I have worked for use the format 'postgresql-%d.

[pgadmin-support] Bug report

2010-02-09 Thread qwadrillion
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 rather use "Перенос слов" ) -- Best Regards, Masha Fedorova

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

[pgadmin-support] Bug report

2010-02-09 Thread qwadrillion
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 rather use "Перенос по словам" ) -- Best Regards, Masha Fedorova

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

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

2009-11-24 Thread Chris Bainbridge
Hello, I'm using pgadmin-3.1.10.0 on Ubuntu. When closing a particular table view (which appears to be nothing special apart from being empty) I get a segmentation fault. Backtrace is: Program received signal SIGSEGV, Segmentation fault. 0x0102de0c in wxWindow::IsDoubleBuffered() const () from /u

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

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

2009-11-17 Thread ROWLEY David, Stranraer
Hi, Not quite sure if this is the right place to file a bug report or not. Please let me know if it's not. Bug 1: Description: When right clicking a sequence and asking for a Report -> dependencies report, PgAdmin sends an invalid query to the database. Details: 2009-11-17 11:24:

[pgadmin-support] Bug Report: PGAdminIII Query Tool Edit Window Key Commands stopped working between 1.0 and 1.10.0 beta.

2009-04-25 Thread Larry Silvermintz
Hello, I just (April 20 download) switched from PG 8.3 (with the PgAdminIII that it shipped with, to 8.4 beta, with it's included PGAdminIII 1.10.0 beta. I am running the Win32 (Precompiled) version on Win XP Pro SP3. Language: English. In the Query Tool Edit window, the tab key Commands stop

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

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

2009-04-15 Thread Herouth Maoz
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 a new file. Version: 1.8.4 Operating system: MacOS X Le

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

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

2008-03-02 Thread John Wenger
"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 responsible for the MacPorts version. I am new to using MacPorts, and don't know how

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

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

2007-10-12 Thread Rolf A. de By
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 from one already existing table, and

[pgadmin-support] Bug report and improvement proposal of the search function in the query editor

2007-10-12 Thread Artur Linhart - PostgresQL Comunication
Hello, I have installed pgAdmin 1.6.3 on Windows XP and work with the query (SQL) editor, where I found following issues: 1. The search function does not find occurences of the characters on very long lines (for example by the line (11629,1,10265,'Simon Karl','2007-09-25 13:37:

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

[pgadmin-support] Bug report

2007-09-25 Thread Pascal Van Puymbroeck
*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 the script that is created: -- Sequence: "Uqn7" -- DROP SEQUENCE "

Re: [pgadmin-support] Bug Report

2007-06-12 Thread Hiroshi Saito
, 2007 10:51 PM Subject: [pgadmin-support] Bug Report Bug Report: Platform you're running on: Suse 10.1 Language: Portuguese (pt-BR) Distribution you used (source tarball, or binary): RPM Version you tested: 1.2.2 and 1.6.2 (rev: 5784 ) Bug: When you select any string in the SQL Query Too

[pgadmin-support] Bug Report

2007-06-12 Thread Glauber - Semfila.com
Bug Report: Platform you're running on: Suse 10.1 Language: Portuguese (pt-BR) Distribution you used (source tarball, or binary): RPM Version you tested: 1.2.2 and 1.6.2 (rev: 5784 ) Bug: When you select any string in the SQL Query Tool and drift the mouse, the system stops and itś impossibl

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

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

2007-05-24 Thread Adib Saikali
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 unable to resize the prefe

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

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

2007-05-23 Thread Joe Moyle
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. While doing some poking arou

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

  1   2   >