Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run EXPLAIN with/without ANALYZE using a previously prepared statement #618

Open
vladich opened this issue Dec 18, 2023 · 0 comments
Open
Labels
type: enhancement A general enhancement

Comments

@vladich
Copy link

vladich commented Dec 18, 2023

I haven't found a way to do this:

  1. Using extended protocol, prepare a named statement (using v3 protocol feature, not the actual PREPARE statement), but do not actually run it
  2. Instead, run EXPLAIN (ANALYZE) EXECUTE statement_name(....)
    Apparently this flow is not supported currently, but I would be happy to find if I'm wrong.
    If it's not supported, it would be great to support.
@vladich vladich added the type: enhancement A general enhancement label Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant