You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename protocol extensions to protocol options in docs
Currently we call connection parameters that have the "_pq_." prefix
both "protocol options" and "protocol extensions". This standardizes on
calling them "protocol options". The primary reason to do this is so
people don't associate them with Postgres extensions, with which they
have nothing to do. They are completely separate things, and Postgres
extensions currently cannot even define their own protocol options.
0 commit comments