Mimic parse bind execute in psql? - Mailing list pgsql-general

From Jeremy Finzel
Subject Mimic parse bind execute in psql?
Date
Msg-id CAMa1XUjA4tXyYkrDjpm9S5epcgZCt_viTt4d57fYWYhe5WXwAQ@mail.gmail.com
Whole thread Raw
Responses Re: Mimic parse bind execute in psql?
List pgsql-general
If I want to mimic a log statement that is from an application that uses PARSE/BIND/EXECUTE, is there any way to mimic this behavior in psql, for example to troubleshoot execution plans, other than writing a named prepared statement, or manually subbing the parameters?

It would be nice to take the commands just as in they appear in the log files and execute them in psql as PARSE .... BIND ... EXECUTE.  Perhaps I'm missing something?

Thanks,
Jeremy

pgsql-general by date:

Previous
From: mark
Date:
Subject: Re: postgresql9.5 partition table
Next
From: chiru r
Date:
Subject: Re: PgBackRest question?