Received: from localhost (unknown [200.46.204.183]) by mail.postgresql.org (Postfix) with ESMTP id 0C406650176 for ; Thu, 18 Dec 2008 12:15:26 -0400 (AST) Received: from mail.postgresql.org ([200.46.204.86]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 63380-09 for ; Thu, 18 Dec 2008 12:15:23 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mail.postgresql.org (Postfix) with ESMTP id 282B8650084 for ; Thu, 18 Dec 2008 12:15:23 -0400 (AST) Received: from pd4ml1so-ssvc.prod.shaw.ca ([10.0.141.141]) by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 18 Dec 2008 09:15:21 -0700 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=0 a=en1BonEsH1o9r08SxoAA:9 a=mq62wOHu-ZL4RkIXNdfQnzg8NDMA:4 a=GEO3fhvhlRQA:10 a=VXWLjJsWhFUA:10 a=To-R0QEZvfQA:10 Received: from s0106001d7e686ef8.ss.shawcable.net (HELO d800) ([24.77.10.25]) by pd4ml1so-dmz.prod.shaw.ca with SMTP; 18 Dec 2008 09:15:20 -0700 Message-ID: <327C0CD6151342DD8CDC2E10265AA3CD@d800> From: "George Weaver" To: "pgsql-general" References: <20081218160207.GE5447@alvh.no-ip.org> Subject: Re: Server side large object functions Date: Thu, 18 Dec 2008 10:15:19 -0600 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5512 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=0.001 tagged_above=0 required=5 tests=STOX_REPLY_TYPE=0.001 X-Spam-Level: X-Archive-Number: 200812/680 X-Sequence-Number: 141812 From: "Alvaro Herrera" > George Weaver wrote: > >> But if I try to find the same for lo_read I get: >> >> development=# \df+ lo_read > > alvherre=# \df loread > Listado de funciones > Schema | Nombre | Tipo de dato de salida | Tipos de datos de > argumentos > ------------+--------+------------------------+------------------------------ > pg_catalog | loread | bytea | integer, integer > (1 fila) Thanks Alvaro. I didn't think to look for a variation of the function name... As an aside, if I do a PostgreSQL Website search for "loread", I get not hits. George