[pgadmin-support] PGAdmin bug

2007-12-06 Thread yoursoft
Dear Developpers, I found a bug in pgAdmin III 1.8.0, WinXp sp2, Postgresql 8.2.5: -Right click on a table with charachter array columns. - Choose Properties - change a column 'character varying(40)[]' to 'character varying(100)[]' is not posible. Why?:You can see in SQL tab: There aren't the '

[pgadmin-support] View data / view bug

2007-05-23 Thread yoursoft
Dear Developers, There a bug since 1.6.3. This bug does 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. T

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] Some little userfriendly improvements

2006-08-03 Thread yoursoft
Dear Developers, There are some little, but useful improvements: :-) - In left tree, left click on a table, and select 'view filtered data'. Can be set to focus to the filter text input? - In left tree, left click on a table, and select 'view data', and select 'sort/filter option' icon. 'Data

[pgadmin-support] Missing PgAdmin Feature

2006-08-03 Thread yoursoft
Dear Developers, Create varchar index with command: CREATE INDEX name ON table (colum text_pattern_ops); When you select index or table in left tree, In the reversed sql window you will see: CREATE INDEX name ON table USING btree (column); In the properties window of index you see: operato

[pgadmin-support] Bug in 'query tool'

2006-05-22 Thread YourSoft
Dear List, I found an other bug related to special characters. Try insert the following query: select translate(s2, 'ÁÉÍÓÖŐÜŰÚ', 'áéíóöőüűú'); save the query into file. You will get a 0 byte length file. Regards, Ferenc ---(end of broadcast)---

[pgadmin-support] Unicode characters under WinXp

2006-05-03 Thread YourSoft
Dear Developers, Thanks for your works with this great tool (pgadmin). I found a bug under WinXp in 1.4.2 (Mar 6 2006) version: When i make a select in the 'Query tool' e.g.: select * from table where model like 'Ös%' The result is ok. When i make a filter in the right click menu of 'table