Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 3C4591337C2A for ; Thu, 14 Apr 2011 21:53:27 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 16584-03-3 for ; Fri, 15 Apr 2011 00:53:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wy0-f174.google.com (mail-wy0-f174.google.com [74.125.82.174]) by mail.postgresql.org (Postfix) with ESMTP id C13CD1337C52 for ; Thu, 14 Apr 2011 21:52:35 -0300 (ADT) Received: by wya21 with SMTP id 21so1855109wya.19 for ; Thu, 14 Apr 2011 17:52:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=crMiCzcx/alhwk1VmHtHKKwHlCHU09T5hZ8n3Req2Ow=; b=Djy5xcjT1zeVwVrSUe+Z9Nb1xvSS2sI7HTfzTET9xxY3kXM2hemHpc+xY0fahAadx8 2/AwGpYxtcMm87kUw008pCIIFfxO+J74GFIvEcZG78oZAqXkDbvWGX0Gk1WxGG4pknTn jfGA5msSyE8dHRN49epXi4JR1MQOWnhDrdA/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=lvrjJI3YbvYkL6RGYmDNyHz6iJb2r/CWMD9HV1ATFhjeXUnWRspnEoJB+MExNJacMP Vt2b5lKgxSIL+Oo3j85kjbo6UFHTcA0BTiGLEdOG3C8wkrd03yhIEM5IQ+SjxHejUeub UwsyKZkY+IG0dx6sbiD5eTeIKc7XeyKb36uFk= Received: by 10.216.240.197 with SMTP id e47mr3338864wer.11.1302828755124; Thu, 14 Apr 2011 17:52:35 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.174.21 with HTTP; Thu, 14 Apr 2011 17:52:15 -0700 (PDT) In-Reply-To: <27761.1302678003@sss.pgh.pa.us> References: <27761.1302678003@sss.pgh.pa.us> From: Josh Kupershmidt Date: Thu, 14 Apr 2011 20:52:15 -0400 Message-ID: Subject: Re: CREATE EXTENSION: documenting prereqs To: Tom Lane Cc: pgsql-docs Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201104/75 X-Sequence-Number: 6646 On Wed, Apr 13, 2011 at 3:00 AM, Tom Lane wrote: > On reflection there are a couple other cross-references that would > be useful here, too. =A0I've committed a modified version of this. Thanks, that looks much improved. Josh