On 2005-10-20, Douglas McNaught <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] writes: > >> I receive the mesagem from error: Key violation. ERROR: type "lo" does not >> exist. > > Have you installed the 'contrib/lo' module that creates that type?
If he's using bytea columns, then he doesn't want that. Most likely the interface he's using is assuming lo_* style blobs, rather than bytea. -- Andrew, Supernews http://www.supernews.com - individual and corporate NNTP services ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match