[pgadmin-support] PgAdmin4 not usable when installed from RPMs on Fedora linux

2016-11-29 Thread Kieran McCusker
Hi I'm having the same problem. I did install the earlier RPMs but removed them (and any mention I could find of pgAdmin4) before reinstalling. Thanks Kieran -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresq

[pgadmin-support] SQL Editor in pgAdmin4

2016-08-02 Thread Kieran McCusker
Hi Just been looking at the SQL editor in pgAdmin4. Issues I see at the moment are: My users spend a lot of their day editing scripts that are held on the network. It looks currently like you have to map each network drive to a drive letter (in windows). It takes 3-4 seconds fr

[pgadmin-support] pgAdmin4 performance

2016-08-02 Thread Kieran McCusker
Hi Just had a look at pgAdmin4. Looks very nice but I'm having some issues with performance for the kind of use that our office will use it for. If you take a table like this which we use quite a lot (we are a survey business, nowadays I would have used jsonb) CREATE TABLE a870m1 ( id int

Re: [pgadmin-support] Performance of pgAdmin 14 Beta 2

2012-02-01 Thread Kieran McCusker
not yet available to the general public."? Should pgAdmin have suppressed these? Thanks again Kieran Many thanks On 01/02/2012 10:44, Guillaume Lelarge wrote: > Hi, > > On Wed, 2012-02-01 at 10:28 +, Kieran McCusker wrote: >> [...] >> I've noticed the perf

[pgadmin-support] Performance of pgAdmin 14 Beta 2

2012-02-01 Thread Kieran McCusker
Hi I've noticed the performance of version 14.2 is very slow when clicking on tables. ~3 seconds for V14.2. Looking at the logs I see the following:- SELECT pr.oid, pr.xmin, pr.*, format_type(TYP.oid, NULL) AS typname, typns.nspname AS typnsp, lanname, proargnames, pg_get_expr(proargdefaults, '

Re: [pgadmin-support] Performance of pgAdmin 14 Beta 1

2011-06-02 Thread Kieran McCusker
Hi Thanks for the response. I take your point, but for ourselves where we have ~6000 tables and almost 700 schemas speed is important. Our staff have never looked (and never needed to) at the information in the Statistics, Dependencies and Dependents tabs so the loss in performance is not balanced

[pgadmin-support] Performance of pgAdmin 14 Beta 1

2011-05-17 Thread Kieran McCusker
Hi I've noticed the performance of version 14 is noticeably worse than version 12 when clicking on tables. ~0.1 seconds for V12 comapared to ~0.5 seconds in V14. Looking at the logs I see that the details for all the tabs are selected by V14 but in V12 only the details for the current tab of

[pgadmin-support] Search Icon does not play well in Windows

2010-10-20 Thread Kieran McCusker
Hi I think it was release 12 that changed the icon for the Query Tool. Could I make the following observations all based on Windows running Windows Classic Theme :- 1. The icon in the PgAdmin Toolbar has unattractive white pixels around the edge of the magnifying glass 2. On the TaskBar th

[pgadmin-support] Problem with restore

2010-04-20 Thread Kieran McCusker
Hi Sorry if this has been raised before but I have just tried to restore a table from one of my schemas. The problem was that this table name is very common - It is used in many schemas as each schema is the data for an individual client. Restore has the three disabled checkboxes Only data

[pgadmin-support] Another problem with reverse engineering functions

2010-04-07 Thread Kieran McCusker
Hi Sorry if this has been raised before but the following function will not be reverse engineered correctly - It will be changed into a setof return which will break anything expecting organisation_id. CREATE OR REPLACE FUNCTION public.t() RETURNS TABLE (organisation_id integer) AS $$ sele

[pgadmin-support] Feature request

2010-02-17 Thread Kieran McCusker
Hi There are a couple of things I would like in the messages tab of the output panel. Our staff use a lot of functions where I report information back to them using RAISE NOTICE|WARNING. The pane is non-ideal for this workflow as :- 1.Context is reported - I can see this is useful for me

[pgadmin-support] Problems reverse engineering functions

2010-02-16 Thread Kieran McCusker
Hi Sorry if this has been raised before but the following function will not be reverse engineered correctly - The final default clause will be removed. CREATE FUNCTION fn(a text, b integer DEFAULT NULL::integer, c integer DEFAULT NULL::integer) returns text as $$ BEGIN return 't'; END; $$

[pgadmin-support] Problems using pgScript

2009-07-06 Thread Kieran McCusker
Hi I have been trying to use pgScript to do something I would normally do by writing a function. It very nearly worked perfectly except I got stuck with a problem where the script would run indefinitely and could not be interrupted. If you find the line "UNCOMMENTING THE LINE BELOW CAUSES TH

[pgadmin-support] Performance

2009-06-03 Thread Kieran McCusker
Hi Could I raise a small performance issue with 1.10. When I click on a table in the object browser in my big database (5004 views and tables, 260 schemas, 211,493 columns) there is a noticable lag before the SQL pane refreshes. Enabling debugging show the following for the first query 2009

[pgadmin-support] Slow opening of Table -> Properties... -> Columns

2009-05-11 Thread Kieran McCusker
Hi Enabling logging revealed the following :- 2009-05-11 08:10:05 INFO : Setting logfile to: C:\Users\mccuskk\Documents\pgadmin.log 2009-05-11 08:10:05 INFO : Setting loglevel to: &Debug (not recommended for normal use) 2009-05-11 08:10:07 INFO : Displaying properties for Table events 2

[pgadmin-support] Another issue

2009-05-08 Thread Kieran McCusker
Hi This is also a long standing issue but one I have never got around to reporting. With our database (5004 views and tables, 260 schemas, 211,493 columns) when you go : Table -> Properties... -> Columns and then click on Add pgAdmin hangs. I believe it does actually come back if you wait l

[pgadmin-support] Beta 3

2009-05-08 Thread Kieran McCusker
Hi Firstly, congratulations on beta 3. An issue I had with the time it took to for the object browser to refresh has gone away (I was waiting for the logging fix I raised to investigate myself), and the issue with tabs in the query window has also been fixed. The performance of the graphical

[pgadmin-support] Beta 2 logging

2009-04-01 Thread Kieran McCusker
Hi again I was going to look at the SQL that produces the view or table when you click on it in the UI as it seems a little sluggish in our (admittedly large 5000+ views and tables) database. Enabling logging I got the following (at least for views and tables). The query (I've marked in bold)

[pgadmin-support] Beta 2 issues

2009-03-31 Thread Kieran McCusker
Hi This is not really a beta 2 issue as it has existed for a while but I thought I might as well raise it now. In Server properties -> DB restriction there appears to a conflict between the restriction in the UI and what the SQL actually wants. The sql wants anything that can go in an IN cla

[pgadmin-support] Beta 2 issues

2009-03-26 Thread Kieran McCusker
Hi Just another couple of issues: Tab is not working in SQL Editor (Windows) - Although you can block indent with the tab key. Graphical Query builder takes forever (10 minutes+) on our database (5004 views and tables, 260 schemas) Cheers Kieran

[pgadmin-support] Issues with v1.10 beta 1

2009-03-25 Thread Kieran McCusker
Hi I have been using beta 1 for a few days now. It's looking good but could I mention the following items: *Query tool Ctrl-E* Selecting the Query tool opens with the contents of the SQL pane which it didn't in 1.8.4. I think this behaviour is fine except when you go to open the query file y

[pgadmin-support] No New line before NOTICE in messages pane

2009-01-29 Thread Kieran McCusker
Hi Sorry to bother you. I noticed this has been fixed in trunk. We use a lot of functions for end user tasks and report issues to them using raise NOTICE. They tend to lose these messages in general postgresql messages and where we report a couple of things its harder for them to read. I wa

[pgadmin-support] Text column with large amounts of data

2008-01-04 Thread Kieran McCusker
Hi I know there is already a known issue in the GRD for columns with a large amount of data but is it known that the same problem appears in the query window? I am using postgresql to capture email content (in a text field) and it is impossible to use pgadmin to browse the table in either th

[pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Kieran McCusker
Sorry I sent the mail too soon! There is an extra behaviour whereby if you cancel the dialog and then try to close the window it prompts you to overwrite the recent file you tried to open. Many thanks Kieran ---(end of broadcast)--- TIP 6: exp

[pgadmin-support] Bug in Query tool (tested on Beta 5)

2007-10-05 Thread Kieran McCusker
Another report - I couldn't find an earlier report (although I only had a quick look). Do the following :- 1. Menu -> Tools -> Query tool 2. type any character 3. Menu -> File -> Recent file -> then choose any file in the list pgadmin throws up a dialog saying:- "The text in file has changed t

[pgadmin-support] Feature request in pgadmin (tested on Beta 5)

2007-09-28 Thread Kieran McCusker
Hi Could I just mention a couple of requests:- 1. The first is to do with the treeview. The use case is where my users just connect to a single database (limited by datname). Here the treeview shows :- Servers (1) -> Server -> Databases (1) -> Database -

[pgadmin-support] Bug in pgadmin table properties (tested on Beta 5)

2007-09-28 Thread Kieran McCusker
Another report - Sorry I haven't had time to check if it has already been reported. Create a new table without a primary key (I did it using the SQL pane.) my example is:- CREATE TABLE t ( id integer, t text ) Do the following :- 1. Right click on the table in the properties pane and sel

[pgadmin-support] Bug in pgadmin (tested on Beta 5)

2007-09-17 Thread Kieran McCusker
This bug has been around a while, sorry its taken me so long to report it. In the sql editor do the following :- 1. Open Find and replace 2. Check regular expressions 3. In Find what enter $ 4. In Replace with enter anything 5. Click Replace All pgadmin seems to go into a loop where pgadmin stop

[pgadmin-support] public schema not prefixed / copy + paste adds newline

2007-07-19 Thread Kieran McCusker
Hi Both these issues are also present in the 1.6 series :- public schema prefix not added to any scripts === This exists in 1.6 as well, but if you have a login that is also the name of a schema and you edit a public anything using CREATE script then "public." is not a

[pgadmin-support] Does New Server Registration Support entering both username and password?

2006-12-15 Thread Kieran McCusker
Hi I may be being dumb but I cannot see a way for creating a server registration that leaves both the username and password blank until connection time. In our organisation we have client jobs separated into schemas and were planning on a separate userid/login for each schema to allow staff

[pgadmin-support] Problem with 7.3 database viewing tables (ERROR: Column reference "proname" is ambiguous)

2005-10-14 Thread Kieran McCusker
Hi Trying to view a 7.3.4 database running on SUSE I get a MessageBox with the message :- "ERROR: Column reference "proname" is ambiguous" The database works fine with PgAdmin 1.2.2 Got the following with debug logging enabled:- 2005-10-14 14:58:18 INFO : Displaying properties for Tables