[pgadmin-support] Pgadmin3 1.4.3-1 feedback

2006-10-18 Thread ow
Package: pgadmin3 Version: 1.4.3-1 (Debian) # uname -a Linux tst 2.6.17-2-686 #1 SMP Wed Sep 13 16:34:10 UTC 2006 i686 GNU/Linux Hi, First of all, thanks for the great work. There's though a couple of small issues I'd like to mention: 1) There appears to be a problem retrieving a text columns i

Re: [pgadmin-support] pg_hba.conf + all + trust = Ident authentication failed for user "postgres"

2006-03-06 Thread ow
Oops, wrong group. Sorry. --- ow <[EMAIL PROTECTED]> wrote: > > PostgreSQL 8.1.0 on i486-pc-linux-gnu, compiled by GCC cc (GCC) 4.0.3 > 2005 > (prerelease) (Debian 4.0.2-4) > > ... __ Do You Yahoo!? Tired of spam?

[pgadmin-support] pg_hba.conf + all + trust = Ident authentication failed for user "postgres"

2006-03-06 Thread ow
PostgreSQL 8.1.0 on i486-pc-linux-gnu, compiled by GCC cc (GCC) 4.0.3 2005 (prerelease) (Debian 4.0.2-4) Hi, Can't get pg_hba.conf with trust to work: [EMAIL PROTECTED]:~$ psql -U postgres psql: FATAL: Ident authentication failed for user "postgres" If I do "su postgres" and then "ps

[pgadmin-support] pgadmin3 1.2.2 on Debian / sarge (Was: Can't build wxWigets...)

2005-05-25 Thread ow
--- [EMAIL PROTECTED] wrote: > > However, my request for testing can be found here: > http://www.mail-archive.com/pgadmin-hackers@postgresql.org/msg05826.html > > Tell me if everything is ok for you. I tried it, I'd like to give you my first impressions so far. Basically, it's working fine, I ha

Re: [pgadmin-support] Can't build wxWigets/pgadmin3 on Debian sarge

2005-05-24 Thread ow
--- Raphaël Enrici <[EMAIL PROTECTED]> wrote: > > Well, if Andreas did a good fix (and he always do), I should be able to > upload these unofficial debs somewhere until some hours. Great, please post a message when it's ready. Thanks

Re: [pgadmin-support] Can't build wxWigets/pgadmin3 on Debian sarge

2005-05-24 Thread ow
--- Raphaël Enrici <[EMAIL PROTECTED]> wrote: > > However, as I told you last night, up to date packages are about to be > released... Andreas solved the bug mentioned yesterday and I'm currently > trying a build... Sorry, it appears I missed your message. > Maybe you should wait a bit and try

[pgadmin-support] Can't build wxWigets/pgadmin3 on Debian sarge

2005-05-24 Thread ow
Hi, Tried building pgadmin from source starting with wxWigets 2.5.5. Am getting a bunch of errors when compiling wxWigets (below). If anyone has any clues, your input is welcome. Thanks --- This file contains any messages produced

Re: [pgadmin-support] pgadmin3 on Debian sarge

2005-05-23 Thread ow
Hi, I'll file a bug but since the package is in unstable it may take a long time before it's fixed. Meanwhile, what's the best way to go about installing pgadmin on Debian? wxWigets 2.6.0? pgadmin 1.2.2? Thanks --- Dominik Blystak <[EMAIL PROTECTED]> wrote: > Hi, > > that's not an issue of pgad

[pgadmin-support] pgadmin3 on Debian sarge

2005-05-22 Thread ow
Hi, It appears that pgadmin3 on Debian sarge/testing is somewhat broken (see errors below). Would someone clarify the easiest way to proceed with pgadmin3 installation on Debian? Thanks in advance --- # aptitude install --show-ver

Re: [pgadmin-support] [FEATURE] Data output column width

2004-04-28 Thread ow
No chance of getting this implemented, huh? Thanks --- ow <[EMAIL PROTECTED]> wrote: > > Hi, > > It would be nice if pgAdmin could set the column width according to the > length > of the retrieved data. Alternatively, pgAdmin could try keep existing column > widt

[pgadmin-support] [FEATURE] Data output column width

2004-04-15 Thread ow
Hi, It would be nice if pgAdmin could set the column width according to the length of the retrieved data. Alternatively, pgAdmin could try keep existing column widths if the same query is run repeatedly (i.e. after user arranged the column widths the first time). IMHO, this would help a lot. Tha

[pgadmin-support] [FEATURE] Query tool focus

2004-03-26 Thread ow
pgAdmin 1.0.2 Hi, It'd be great if after switching tasks (using alt+tab) pgAdmin was able to restore focus to the last used pane. E.g., if I work in Query tool's script editor, then switch to some other app, then switch back to pgAdmin Query tool window I need to use mouse to set the focus back t

Re: [pgadmin-support] Suppress counting of rows

2003-11-30 Thread ow
--- Dave Page <[EMAIL PROTECTED]> wrote: > Hmm, currently no, but it's a valid requirement. I'll add it to the todo > list. > Thanks. May be you can add this one too: Allow copy/paste of results from the "Data output" page. Even some basic form would be a benefit. ___

[pgadmin-support] Suppress counting of rows

2003-11-30 Thread ow
pgAdmin3 ver 1.0.0 Hi, I've set "Count rows if estimated less than" option to 0, i.e. I do NOT want pgAdmin to count rows ever (some tables are big). Now, when F5 is pressed to refresh changes in the table props, pgAdmin appears to be counting rows for that table. Is there a way to prevent counti

Re: [pgadmin-support] Bug? Closing a Query tool window

2003-11-29 Thread ow
--- Andreas Pflug wrote: > This sounds very strange, I can't reproduce this. Which OS are you using? WinXP SP1. Try opeining two query tool windows. In the first run some long running SQL, e.g. create index on a long_table or whatever. In the second window run some short running query while the

[pgadmin-support] Bug? Closing a Query tool window

2003-11-28 Thread ow
pgAdmin 3, ver 1.0.0 (Sep 26, 2003) Hi, There appears to be a bug in the Query tool. Occasionally, File->Exit opens the confirmation dialog asking if I want to save the script. If I say "No", it appears to treat it as "Cancel" and does not close the window. If I save the file then File->Exit does

[pgadmin-support] Setting database when connecting

2003-11-15 Thread ow
Hi, Is there any reason why it's not possible to change "initial database" in the "Connect to a Server" window? Thanks __ Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard http://antispam.yahoo.com/whatsnewfree ---(en

Re: [pgadmin-support] Large tables, copy-and-paste, default sql

2003-11-10 Thread ow
--- Dave Page wrote: > [...] > > You can copy individual values using the normal keysequences such as > Control-C for copy. Currently you cannot select regions of cells for > copy/paste - I'm not sure how feasible this is right now, though I can > see the usefullness of it. That I couldn't do, i.e

[pgadmin-support] Large tables, copy-and-paste, default sql

2003-11-09 Thread ow
pgAdmin III, v1.0.0, pgSql 7.4.rc1 Hi, Thanks for the great product, it really helps! There a couple of things that, I think, could be improved still: 1. Tree view that shows the list of tables: When I click on a table that contains relatively large number of rows (20M+), it takes pgAdmin a ver

[pgadmin-support] Error message: Invalid procedure call or argument

2003-07-04 Thread ow
-- System Information -- Platform: Windows XP Version:5.1 Build: 2600 Service Pack 1 -- Application Information -- Name: pgAdmin II Version:1.5.60 Descripton: Name: pgSchema Version:1.5.60 Descripton