OSDN Git Service

Remove the default_do_language parameter, instead making DO use a hardwired
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Jan 2010 16:33:40 +0000 (16:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Jan 2010 16:33:40 +0000 (16:33 +0000)
commitd879697cd291a31c635edf17c4b8c170ac40ffc1
treec8d673ff347fb4e42b78ca3c18c3dfa822a0e5a4
parent6c0f94fc0daa9ff1aa5636aea25afb4d5c6d767e
Remove the default_do_language parameter, instead making DO use a hardwired
default of "plpgsql".  This is more reasonable than it was when the DO patch
was written, because we have since decided that plpgsql should be installed
by default.  Per discussion, having a parameter for this doesn't seem useful
enough to justify the risk of application breakage if the value is changed
unexpectedly.
doc/src/sgml/config.sgml
doc/src/sgml/ref/do.sgml
src/backend/commands/functioncmds.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/utils/guc.h
src/test/regress/expected/plpgsql.out
src/test/regress/sql/plpgsql.sql