On Tue, Aug 09, 2005 at 10:54:49PM +0200, Soeren Laursen wrote: > Hi, > > I am programming a new set of functions for manipulation blobs, one > of the functions is that I want to get the size of the blob.
Huh, we don't call them "blobs". They are "large objects" in PostgreSQL. > I have used other function calls like > inv_open with no problem, but when I load this modules I get: > > undefined symbol: inv_getsize That's because inv_getsize is declared as static. I think it would be nice to export equivalent functionality, so one can get the size of the LO without having to seek() and tell(). -- Alvaro Herrera (<alvherre[a]alvh.no-ip.org>) "¿Que diferencia tiene para los muertos, los huérfanos, y aquellos que han perdido su hogar, si la loca destrucción ha sido realizada bajo el nombre del totalitarismo o del santo nombre de la libertad y la democracia?" (Gandhi) ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend