Pltcl install

Started by PG Bug reporting formabout 8 years ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/pltcl-overview.html
Description:

Good morning,
I already installed postgreSQL v:9.5 on my PC and I want to install pltcl
language to write external procedure that are used to copy file from path to
another.
How can I install pltcl?
Is possible to copy a file from tcl procedure and can this be called from
not SU user?

Thanks,
Thomas

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: Pltcl install

On Wednesday, February 21, 2018, PG Doc comments form <
noreply@postgresql.org> wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.5/static/pltcl-overview.html
Description:

How can I install pltcl?
Is possible to copy a file from tcl procedure and can this be called from
not SU user?

Your first question is answered on the page you commented on. I'm not sure
what you mean about the second but pltcl functions execute as the Postgres
(or rather o/s database process) user.

That said, this really isn't intended to be a general help forum. That is
what our -general mailing list is for.

David J.