How to update stavaluesN columns in pg_statistics (type anyarry)

Поиск
Список
Период
Сортировка
От Keith Hayden
Тема How to update stavaluesN columns in pg_statistics (type anyarry)
Дата
Msg-id a69d82000905220735s16582864ia97c614ad7eed9ef@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to update stavaluesN columns in pg_statistics (type anyarry)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi,
 
I need to spoof statistics, and so need to update the stavaluesN columns in pg_statistics, which are of type anyarray. Can this be done using an UPDATE statement ? I have tried using array[...] and '{...}' syntax with no luck. Any other ideas as to how to achieve this ?
 
Thanks,
Keith.

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

Предыдущее
От: Brandon Metcalf
Дата:
Сообщение: Re: question on serial key
Следующее
От: artacus@comcast.net
Дата:
Сообщение: Re: Aggregate Function to return most common value for a column