pg_dump truncating queries in error messages - Mailing list pgsql-hackers

From Peter Eisentraut
Subject pg_dump truncating queries in error messages
Date
Msg-id 63201ef9-26fb-3f1f-664d-98531678cebc@2ndquadrant.com
Whole thread Raw
Responses Re: pg_dump truncating queries in error messages  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Pavan Deolasee
Date:
Subject: Stale comments in vacuumlazy.c
Next
From: Thomas Munro
Date:
Subject: Re: [sqlsmith] Unpinning error in parallel worker