Skip to content
Snippets Groups Projects
Commit 5a667cb7 authored by Maksim Kaitmazian's avatar Maksim Kaitmazian Committed by Dmitry Ivanov
Browse files

feat(pgproto): support vdbe_max_steps and vtable_max_rows options

With these changes, a user can specify new default values for vdbe_max_steps
vtable_max_rows options in connection string.

For example, the following connection string sets both options to 42:
postgres://postgres:Passw0rd@localhost:5432?options=vtable_max_rows%3D42,vdbe_max_steps%3D42
parent c5c7fe59
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment