Re: Proposal for Allow postgresql.conf values to be changed via SQL
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Amit Kapila <amit.kapila@huawei.com>
Cc: pgsql-hackers@postgresql.org
Date: 2012-12-01T16:45:33Z
Lists: pgsql-hackers
I wrote: > But even if we can't make that work, it's not grounds for reserving > PERSISTENT. Instead I'd be inclined to forget about "RESET PERSISTENT" > syntax and use, say, SET PERSISTENT var_name TO DEFAULT to mean that. > (BTW, I wonder what behavior that syntax has now in your patch.) In fact, rereading this, I wonder why you think "RESET PERSISTENT" is a good idea even if there were no bison issues with it. We don't write RESET LOCAL or RESET SESSION, so it seems asymmetric to have RESET PERSISTENT. regards, tom lane