Thread: Binary Large Objects
I want to implement an aplication that stores a lot of data in a DB. Every examples with large objects that i have seen use files. There's some other way to store large amounts of binary data without the use of files? Greetings in advance Nuno Barros
Documentation: http://developer.postgresql.org/docs/postgres/largeobjects.html On Friday 25 October 2002 17:07, Nuno Barros wrote: > I want to implement an aplication that stores a lot of data in a DB. > > Every examples with large objects that i have seen use files. There's > some other way to store large amounts of binary data without the use > of files? Not using files on server or not using files on client side ? What interface You are using ? > > Greetings in advance > > Nuno Barros > > ---------------------------(end of broadcast)--------------------------- > TIP 4: Don't 'kill -9' the postmaster