Skip to content
Snippets Groups Projects
Commit f0811a74 authored by Tom Lane's avatar Tom Lane
Browse files

Merge the last few variable.c configuration variables into the generic

GUC support.  It's now possible to set datestyle, timezone, and
client_encoding from postgresql.conf and per-database or per-user
settings.  Also, implement rollback of SET commands that occur in a
transaction that later fails.  Create a SET LOCAL var = value syntax
that sets the variable only for the duration of the current transaction.
All per previous discussions in pghackers.
parent fa613fa1
No related branches found
No related tags found
No related merge requests found
Showing
with 723 additions and 1004 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment