Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1XGT3o-0001WS-3N for pgsql-docs@arkaria.postgresql.org; Sun, 10 Aug 2014 13:21:20 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1XGT3n-0002bB-K7 for pgsql-docs@arkaria.postgresql.org; Sun, 10 Aug 2014 13:21:19 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1XGT3m-0002b4-BS for pgsql-docs@postgresql.org; Sun, 10 Aug 2014 13:21:18 +0000 Received: from mail-pd0-x22d.google.com ([2607:f8b0:400e:c02::22d]) by makus.postgresql.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1XGT3j-0001t3-BB for pgsql-docs@postgresql.org; Sun, 10 Aug 2014 13:21:16 +0000 Received: by mail-pd0-f173.google.com with SMTP id w10so9373988pde.32 for ; Sun, 10 Aug 2014 06:21:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:references:in-reply-to:subject:date:mime-version :content-type:content-transfer-encoding; bh=NsS59zqGdiiknlnuvNm705nqH616brlTnikk8TcUdxo=; b=jD5xwC/OikQTSGGm3kk28RdDa1Tt2Bo+9m9RtBwyipB/ohVEGLieGc+Ea6dKblvGmm JzcEG4FA8li+Z0SIfHwZjsiPmmaDAofz8oRohQmWZhq9Ecoym7UaodNqVdxw0Vx6E1Hi N6LJIrZkWAXQOFJ5+s79oIj9FevdOioipUpliSkG/Qrf+OWwnd3RwLXfcrskW6f2lR8s BVMuy1RsYTFt+5mar4CGKLCzpo0q69W2G/cx3XhyUz8okKRwaJwH/E2zNxnjlNoCtETr 7tXZTO3d7i9gys5PWol5co785WJDE7owzd4jG0OQuiXwKqbVmHfMd0pWLk/1MPJvwBMu Jp8g== X-Received: by 10.66.180.141 with SMTP id do13mr35454742pac.93.1407676873574; Sun, 10 Aug 2014 06:21:13 -0700 (PDT) Received: from maumau (p23196-ipngn100307sizuokaden.shizuoka.ocn.ne.jp. [153.131.144.196]) by mx.google.com with ESMTPSA id fk13sm13006751pdb.39.2014.08.10.06.21.10 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 10 Aug 2014 06:21:12 -0700 (PDT) Message-ID: <510823BF13464AAE872F0C81C194E86C@maumau> From: "MauMau" To: "Vik Fearing" , "PG Docs" References: <53D8E0D9.9090300@dalibo.com> In-Reply-To: <53D8E0D9.9090300@dalibo.com> Subject: Re: pageinspect forks Date: Sun, 10 Aug 2014 22:24:03 +0900 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="utf-8"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 X-Pg-Spam-Score: 0.6 (/) 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 From: "Vik Fearing" >I noticed that the documentation for pageinspect lists the different > forks but omits the initialization fork. > > Here is a trivial patch to fix that. Could you also improve the doc by changing "table" to "relation" in the description of get_raw_page()? Having a quick look at the code, it seems that the function can also handle indexes. table and returns a copy as a bytea value. This allows a Regards MauMau -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs