overwrite column data select - Postgres 9.2

Поиск
Список
Период
Сортировка
От Patrick B
Тема overwrite column data select - Postgres 9.2
Дата
Msg-id CAJNY3iv7voOf-U1OyxEXTcR_YvgDbeWaN-UHu--98KWH7p7URw@mail.gmail.com
обсуждение исходный текст
Ответы Re: overwrite column data select - Postgres 9.2  (amul sul <sulamul@gmail.com>)
Re: overwrite column data select - Postgres 9.2  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
Hi guys,

I've got a table with email column:
email CHARACTER VARYING(50) DEFAULT ''::CHARACTER VARYING NOT NULL,

There are 30k rows and the email column is not null... there is data in there.
But for testing purpose I need to overwrite the email. So the customer won't get an email from me while testing code.

The email could be replaced by: test.UID@example.com

How can I do that?
Thanks!
Patrick

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

Предыдущее
От: sangeetha
Дата:
Сообщение: PQexecFinish blocked forever in localhost also
Следующее
От: amul sul
Дата:
Сообщение: Re: overwrite column data select - Postgres 9.2