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 '
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
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
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
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
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)---
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