Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id AC87FB5DBE4 for ; Mon, 11 Jul 2011 20:05:10 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 31965-01 for ; Mon, 11 Jul 2011 23:05:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from sss.pgh.pa.us (sss.pgh.pa.us [66.207.139.130]) by mail.postgresql.org (Postfix) with ESMTP id 5406DB5DBDB for ; Mon, 11 Jul 2011 20:05:04 -0300 (ADT) Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.2/8.14.2) with ESMTP id p6BN52lQ022722; Mon, 11 Jul 2011 19:05:02 -0400 (EDT) To: Bruce Momjian cc: Thom Brown , pgsql-docs Subject: Re: Functions example results incorrect In-reply-to: <201107112225.p6BMP3M08188@momjian.us> References: <201107112225.p6BMP3M08188@momjian.us> Comments: In-reply-to Bruce Momjian message dated "Mon, 11 Jul 2011 18:25:03 -0400" Date: Mon, 11 Jul 2011 19:05:02 -0400 Message-ID: <22721.1310425502@sss.pgh.pa.us> From: Tom Lane X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201107/11 X-Sequence-Number: 6878 Bruce Momjian writes: > Tom Lane wrote: >> The sample results shown on this page assume that the server parameter >> bytea_output is set >> to escape (the traditional PostgreSQL format). > Please consider that the "traditional PostgreSQL format" is now not the > _default_ bytea_output format. I think a lot of people equate > "traditional" with "default". Well, feel free to adjust the wording, but I saw at least one other place that referred to "escape" as being the "traditional" format; I borrowed that wording, I didn't invent it. regards, tom lane