Re: Possible issue in pgAdmin regarding varchar adjustment

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Possible issue in pgAdmin regarding varchar adjustment
Дата
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E4307065@ratbert.vale-housing.co.uk
обсуждение исходный текст
Ответы Re: Possible issue in pgAdmin regarding varchar
Список pgadmin-hackers

> -----Original Message-----
> From: Josh Berkus [mailto:josh@agliodbs.com]
> Sent: 09 November 2004 00:47
> To: Dave Page
> Subject: Possible issue in pgAdmin regarding varchar adjustment
>
> Dave,
>
> A user on IRC claims that pgAdminIII allows changing the
> length of varchar fields, and executes it through updates to
> pg_attributes and other system
> tables.   If this is incorrect, ignore the rest of this message.
>
> The problem with direct updating of pg_attribute in 7.3 and
> 7.4 is that all indexes and views which depend on the table
> would have to be dropped and
> re-created.   Also, the pg_statistic rows for that column
> would need to be
> purged and regenerated.   So it seems like a misfeature.

Hi Josh,

I'm not entirely sure as I've never really worked on that part of the
code. Andreas, can you comment on this?

Regards, Dave

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: pgAdmin III 1.2.0 RC1 Debian - strange combobox
Следующее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by dpage: Install core in proper location