Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How I can read file from local file system? #190

Closed
arturgspb opened this issue Nov 2, 2016 · 6 comments
Closed

How I can read file from local file system? #190

arturgspb opened this issue Nov 2, 2016 · 6 comments

Comments

@arturgspb
Copy link

Hi! How I can read file from local file system easy?

@JerrySievert
Copy link
Member

PLV8 is a "Trusted" language in postgres, which means it does not have access to the file system or to the network.

see: https://www.postgresql.org/docs/current/static/plperl-trusted.html

for an explanation.

There has been talk about building an untrusted version, but there's some more to do before we get there.

@arturgspb
Copy link
Author

Thx, a lot!

@EvanCarroll
Copy link

Can we at least make milestone for a pl/v8u something like v3 open an issue for it, and then dupe these onto that issue. It seems we have a lot of people trying to work around this.

@JerrySievert
Copy link
Member

@EvanCarroll open an issue, and I'll create a milestone around it

@JerrySievert
Copy link
Member

JerrySievert commented Mar 10, 2017

(as a trivia aside, my first foray into pl/v8 was building an untrusted version of it)

@EvanCarroll
Copy link

#222

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants