-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
File write on PostgreSQL 9.1.15 fails #1170
Comments
Hello, I read the document and found:
It means that every block of the data inserted into
|
@RicterZ thanks for trouble-shooting this. |
Will deal with it these days
|
👍 |
still have some stuff to do :) |
Now it should work on both PostgreSQL 8 and >=9 ;) |
@Kamulha Maybe you'll have problems with WRITE permissions, but that's maybe. Combination of https://raw.githubusercontent.com/sqlmapproject/testenv/master/libs/pgsql.inc.php and https://raw.githubusercontent.com/sqlmapproject/testenv/master/pgsql/get_int.php should suffice. You'll have to modify them though (username, password, ...). |
@Kamulha no. |
file size check is broken. its independent of this issue. will check later. p.s. current implementation just checks whether the "supporting" table(s) have been filled as they should. |
I am not sure if I follow. Can you please explain what you meant with this last message? |
I would say that you have write permission problems. Have you tried to write to e.g. directory |
|
@Kamulha this really doesn't look like a generic case. Not sure how to help you here |
File write operations (hence takeover) fails on PostgreSQL 9.1.5 with an error on lo_export():
This happens also if connected as
postgres
with psql to the database locally. Same statements worked on PostgreSQL 9.1.11.Check documentation on http://www.postgresql.org/docs/9.1/static/catalog-pg-largeobject.html.
The text was updated successfully, but these errors were encountered: