Tom Lane wrote:
> With this approach, old GUC names would be recognized in SHOW and SET
> commands, as well as the other ways you can set a variable by name
> (postgresql.conf, ALTER USER SET, etc). But only the new names would
> appear in SHOW ALL or the pg_settings view. Does that seem OK?
May be raise a warning if the old GUC is used, can speed the
adoption of new GUCs variables.
Regards
Gaetano Mendola