Re: Extension make installcheck: include update/insert feedback?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Extension make installcheck: include update/insert feedback?
Дата
Msg-id 2532.1522890391@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Extension make installcheck: include update/insert feedback?  (Paul Jungwirth <pj@illuminatedcomputing.com>)
Список pgsql-general
Paul Jungwirth <pj@illuminatedcomputing.com> writes:
> I've noticed that if my test code does an INSERT or DELETE, the usual 
> `INSERT 0 1` and `UPDATE 2` messages don't appear in the *.out files, 
> even though those otherwise mirror psql. I thought maybe there was some 
> psql switch that turns those on/off, but I couldn't find one.

That's because pg_regress launches psql with the -q option (as well as -a).

I think you might be able to override that within a particular test script
by fooling with QUIET, or whichever psql variable it is that that switch
sets.

            regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: LDAP Bind Password
Следующее
От: Jerry Sievers
Дата:
Сообщение: Re: PgUpgrade bumped my XIDs by ~50M?