Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1egHaB-0001yR-AN for pgsql-docs@arkaria.postgresql.org; Mon, 29 Jan 2018 22:07:19 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1egHa8-0006wD-8T for pgsql-docs@arkaria.postgresql.org; Mon, 29 Jan 2018 22:07:16 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1egHa7-0006w3-SF for pgsql-docs@lists.postgresql.org; Mon, 29 Jan 2018 22:07:16 +0000 Received: from mail-qk0-x244.google.com ([2607:f8b0:400d:c09::244]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1egHa0-0002e7-57 for pgsql-docs@lists.postgresql.org; Mon, 29 Jan 2018 22:07:14 +0000 Received: by mail-qk0-x244.google.com with SMTP id u76so7620833qku.11 for ; Mon, 29 Jan 2018 14:07:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=RbktOs778kpIe1mK6CY5/M3PNW2TryY2n9f1OpIB+3c=; b=Tjthb7mUAAb0ab1ibQqH2oHygq/eGXT5MOZsIAcq83ChE76gcAEEE+5QN7GBuUDzHc iT7efi6xluCZv4KHml56L/WDN7K78NVMPkaqWGzVSgMVyQgr+eK63nWDdbG5aC08OD0A AK/QFRwTNkROef56sQAC+aQbCxIFv4tseT8qaZbZp+k2B0oHtd/fznNzNODGBuWrQri3 yM8Kwetfu04SN/OO+7E+RZaWaYLFbd7+ecw/JFRn1Vn7RLjgRmebdgkA7IRFGhMYsyht 62oe5Ce2kv3gNtYXYjInnqZV9MsQlrMRLmF2nYHvR1neJRsLIIT/gatirhhhb7mQRBnK AAXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=RbktOs778kpIe1mK6CY5/M3PNW2TryY2n9f1OpIB+3c=; b=nUnCkwZcHOtLvnTsvF7bwmEcD/d1ixL8Rv0c/mRH/2/7TB35pFthPKDFcsMxIiQrBI bv3EPKL0t7LTiewHlqqaK1LjabdJTuHAdgvmOvQ2ArYSY3bnAuq+o8km2hkJeM6x4cCI BYpKsDXcOojGioeIjDxnUvGQBqMq2uWM8FmdVNh21X+gPosDhZqNoAeq4A1AZUbL/NgC Y2Hfd65uhUdUJj6rhrWtVWWyBpJtC8cxktmiW1Dxel05aP94i6nW4v8vyJ/cMsBGJ7sL GiPeA1A2WTi1tw0B9t9uKGkb1vSGDjTBk+Z2IwxZfkzqcyxjqOeYiDnoePqK5WzaUPDs 9zmA== X-Gm-Message-State: AKwxytcWptUwkGKL1LACQb+/q6yl+9NXl4LCR7hKeGuRCEtc+mYU+v/2 zbWcWYp3vVXk8AdGRA73pQJTdRCTvxdoCD9D38k= X-Google-Smtp-Source: AH8x224yQ/88d3FsR1XmLWl8YaUkiM3Ei7ZVXzyg1e5Ro5L5fDRbbnQdOF5LvmIOASyr6tFnUasXoNpiybDaQQ2n0QE= X-Received: by 10.55.170.194 with SMTP id t185mr24229987qke.278.1517263626653; Mon, 29 Jan 2018 14:07:06 -0800 (PST) MIME-Version: 1.0 Received: by 10.12.135.38 with HTTP; Mon, 29 Jan 2018 14:07:06 -0800 (PST) In-Reply-To: <151726276676.1240.10501743959198501067@wrigleys.postgresql.org> References: <151726276676.1240.10501743959198501067@wrigleys.postgresql.org> From: "David G. Johnston" Date: Mon, 29 Jan 2018 15:07:06 -0700 Message-ID: Subject: Re: SPI not defined. To: "gregory@arenius.com" , "pgsql-docs@lists.postgresql.org" Content-Type: multipart/alternative; boundary="94eb2c05d15e7f55940563f17733" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --94eb2c05d15e7f55940563f17733 Content-Type: text/plain; charset="UTF-8" On Monday, January 29, 2018, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/contrib-spi.html > Description: > > In the appendix for Additional Supplied Modules there is a module spi. If > you click through the page for that module it never defines what spi is. > If > you search for PostgreSQL spi you get the page that doesn't define it and > some other information on the PostgreSQL Server Programming Interface, > which > I think is a different SPI. > No, SPI in that module is indeed "Server Programming Interface". > > I would recommend that the module page define > the spi acronym. Seems reasonable. David J. --94eb2c05d15e7f55940563f17733 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Monday, January 29, 2018, PG Doc comments form <noreply@postgresql.org> wrote:
The following documentation comment has been logged on th= e website:

Page: https://www.postgresql.org/docs/9.5/static/contri= b-spi.html
Description:

In the appendix for Additional Supplied Modules there is a module spi.=C2= =A0 If
you click through the page for that module it never defines what spi is.=C2= =A0 If
you search for PostgreSQL spi you get the page that doesn't define it a= nd
some other information on the PostgreSQL Server Programming Interface, whic= h
I think is a different SPI.

=

No, SPI in that module is indeed "Ser= ver Programming Interface".
=C2=A0

=C2=A0 I would r= ecommend that the module page define
the spi acronym.

Seems reasonable.

David J.
--94eb2c05d15e7f55940563f17733--