Обсуждение: pgadmin 1.14.1 bug

Поиск
Список
Период
Сортировка

pgadmin 1.14.1 bug

От
"Pavel V."
Дата:
Hi,
i have following bugs. Platform, Distribution and Version are on pic1.PNG.

1. Bug with underscore symbol

watch pic1.PNG


2. Bug on copy and paste from clipboard when keywords is in uppercase.
 
watch pic2.PNG

Best regards,
Pavel

Вложения

Re: pgadmin 1.14.1 bug

От
Dave Page
Дата:
Hi

2012/2/21 Pavel V. <evigis@yahoo.com>:
> Hi,
> i have following bugs. Platform, Distribution and Version are on pic1.PNG.
>
> 1. Bug with underscore symbol
>
> watch pic1.PNG

That's not really a bug. Some versions of PostgreSQL used _xyz as
notation for an array variant of type xyz. pgAdmin recognises that and
displays it as xyz[]. More recent versions of PostgreSQL will allow
you to use _xyx for custom types, but the logic to handle arrays is
deeply ingrained in pgAdmin and it's not worth the effort to try to
change that for a use case that's arguably inadvisable anyway.

> 2. Bug on copy and paste from clipboard when keywords is in uppercase.
>
> watch pic2.PNG

The highlighting options are really just display options - they don't
actually change the text. That's the way the underlying text control
(which we don't maintain) works.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company