Re: Bad copy-n-paste on character conversion fix - how

Поиск
Список
Период
Сортировка
От C. Bensend
Тема Re: Bad copy-n-paste on character conversion fix - how
Дата
Msg-id 55769.63.227.74.41.1115085512.squirrel@webmail.stinkweasel.net
обсуждение исходный текст
Ответ на Re: Bad copy-n-paste on character conversion fix - how screwed am I?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Bad copy-n-paste on character conversion fix - how  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
> Always a good idea to do this kind of thing inside a BEGIN block ;-)

Yeah.  That was the _second_ thing that came to mind.  ;)

> As far as the system functions are concerned, you can just set the
> proacl column to NULL (ie, default) and that'll be fine for everything
> except the character conversion functions.

So, just to be sure:

1)  Start a %(&@#*(&% transaction
2)  Set the column to NULL for all rows, undoing my stupidity
3)  Issue the CORRECT SQL statement, and that will take care of the
    character conversion problem
4)  COMMIT said transaction after verifying that I'm not doing
    something stupid _again_

Is this correct?

> As far as user-defined functions are concerned, NULL probably works for
> most of them too, but you would want to consult a recent backup to see
> if any were not like that.

Happily, I am a novice at this, and I do not have any user-defined
functions.  Very simple database.  :)

Thank you so much!

Benny


--
"You come from a long line of scary women."     -- Ranger, "Three To
                                                   Get Deadly"


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bad copy-n-paste on character conversion fix - how screwed am I?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Bad copy-n-paste on character conversion fix - how