Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TfYbl-0006Jg-7T for pgsql-docs@arkaria.postgresql.org; Mon, 03 Dec 2012 16:11:01 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1TfYbk-0001tY-Jy for pgsql-docs@arkaria.postgresql.org; Mon, 03 Dec 2012 16:11:00 +0000 Received: from makus.postgresql.org ([98.129.198.125]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TfYb0-0001Eq-Cr for pgsql-docs@postgresql.org; Mon, 03 Dec 2012 16:10:14 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TfYay-0004Sp-Jp for pgsql-docs@postgresql.org; Mon, 03 Dec 2012 16:10:13 +0000 Received: from sss2.sss.pgh.pa.us (tgl@localhost [127.0.0.1]) by sss.pgh.pa.us (8.14.5/8.14.5) with ESMTP id qB3GA9nE014554; Mon, 3 Dec 2012 11:10:09 -0500 (EST) From: Tom Lane To: "=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" cc: pgsql-docs@postgresql.org Subject: Re: [PATCH] Fix return type documentation for path(polygon) function In-reply-to: <1354107831-5546-1-git-send-email-ilmari@ilmari.org> References: <1354107831-5546-1-git-send-email-ilmari@ilmari.org> Comments: In-reply-to "=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" message dated "Wed, 28 Nov 2012 13:03:51 +0000" Date: Mon, 03 Dec 2012 11:10:09 -0500 Message-ID: <14553.1354551009@sss.pgh.pa.us> X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org "=?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?=" writes: > path(polygon) > > - point > + path > polygon to path > path(polygon '((0,0),(1,1),(2,0))') Applied, thanks for catching it. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs