This is a discussion on Regarding large objects! within the pgsql Hackers forums, part of the PostgreSQL category; --> The code given to implement lo data-type in contrib/lo takes something like: insert into a values( lo_import("/home/postgres/LargeObject")); What i ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| The code given to implement lo data-type in contrib/lo takes something like: insert into a values( lo_import("/home/postgres/LargeObject")); What i want to do is .. cover this, that is, i mean i should only pass the filename to the input function. I hope you got my problem. If you know what I should do, then please reply. Thanks, -- Neeraj Tharwani ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings |