pg_dump truncating queries in error messages

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pg_dump truncating queries in error messages
Дата
Msg-id 63201ef9-26fb-3f1f-664d-98531678cebc@2ndquadrant.com
обсуждение исходный текст
Ответы Re: pg_dump truncating queries in error messages  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
When reporting an error from a query, pg_dump truncates the reported
query to 128 characters (pg_backup_db.c ExecuteSqlCommand()).

Is this (still) sensible?  The kind of queries that pg_dump is running
nowadays, I find myself unable to debug them if they are truncated at
that length.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Stale comments in vacuumlazy.c
Следующее
От: Thomas Munro
Дата:
Сообщение: Re: [sqlsmith] Unpinning error in parallel worker