Re: BUG #15714: plctl extension issue
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christoph Berg <myon@debian.org>
Cc: prakash.ramakrishnan.ap@nielsen.com, pgsql-bugs@lists.postgresql.org
Date: 2019-03-26T13:22:39Z
Lists: pgsql-bugs
Christoph Berg <myon@debian.org> writes: > Re: PG Bug reporting form 2019-03-26 <15714-565b5e5a289218f5@postgresql.org> >> AIBE01PR=# create extension plctl; >> ERROR: could not open extension control file >> "/usr/pgsql-11/share/extension/plctl.control": No such file or directory > The extension is shipped in a separate package that you need to > install on the operating system. Perhaps even more to the point: the extension is pltcl, not plctl. (Or at least, I assume you are after the Tcl PL extension. If there is a "plctl", I haven't heard about it.) regards, tom lane