Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay26f-0008Uc-8B for pgsql-docs@arkaria.postgresql.org; Wed, 04 May 2016 19:05:09 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1ay26e-000679-Qe for pgsql-docs@arkaria.postgresql.org; Wed, 04 May 2016 19:05:08 +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 1ay26e-00065i-0H for pgsql-docs@postgresql.org; Wed, 04 May 2016 19:05:08 +0000 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1ay26a-0006Zt-GJ for pgsql-docs@postgresql.org; Wed, 04 May 2016 19:05:06 +0000 Received: by mail-lf0-x236.google.com with SMTP id u64so71669132lff.3 for ; Wed, 04 May 2016 12:05:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to; bh=fAWPNOWDgQXDGFxYj3mTPSNi/s/nboRR7iwMxgP1XIA=; b=xc5fjBRgkOVSJzv89y4P/RewvH+cL78IHNaWMY3kVIHCCQ18Ys1pGDOwC2O+IjHXI4 r4w293dcsYKL0T/Sw1XR9drKoq6C0ditSx2aOnCkbUPT20h8Ezh5Uq+ztRfHGKDWt5WG FYj0LhomRMKhUPdrTp3fM8y+C2MBKPNF/5G8z5uXHiuRaRfhnscM02ATV5wZidT49XWM 3Z4OU/GOJLwzT37D5x6ivZpaNuUfkwCnWn4X1QQeVe9adOSSHzLtL578Qm5fI5qe+QZR X+r5tPoro0nUHXi5DBzahhYr0/8DywGRotC6vDHYCcIFdOFobQZx84hmnfwVEvYheNFo 6xfA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to; bh=fAWPNOWDgQXDGFxYj3mTPSNi/s/nboRR7iwMxgP1XIA=; b=Mng+5k0bMfWRBkfCu7ysOmYmGjX00tKmgwgavr/jHbiVnh/sJ3P0BSzXgIaLB1oOJf eOKljDU0o1yx7RnXVz61gVDQUIwm9OfWre/BgFAxIZySIr/+kZ0pzMODPEptz95kWJt4 jojWJr4ddYMtdlcCa6k5ysls/uOX7SbI7MYA4i0GzT5SJxyE9uowdPwbsbeDryTuKeS1 oa/xMpctWU4fQhGTkEH6lk2fNLBxVv7NOKLuDIOuBUD1d9WTYv1Thlyu5cuBym5TaHcH BzvZsVL0/EPAWAAQ7mNi6vRezsvyWWHyIfbvFDYsskbheV8Au4AdK1ZPUtKyGbglCyqs wq2g== X-Gm-Message-State: AOPr4FW84HXqTnSvSkW+ni09Np/TNvcoVsvixJgqZCgdYx5Xs6NeGjPkuxghiJkQw4wb2g== X-Received: by 10.25.16.73 with SMTP id f70mr4965420lfi.34.1462388702239; Wed, 04 May 2016 12:05:02 -0700 (PDT) Received: from [1.0.0.7] ([109.196.196.208]) by smtp.gmail.com with ESMTPSA id t11sm856437lfd.20.2016.05.04.12.05.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 04 May 2016 12:05:01 -0700 (PDT) Subject: Re: Some minor error fixes To: Peter Eisentraut , "pgsql-docs@postgresql.org" References: <571470D8.50907@gmail.com> <88f42cdc-48fe-aeb9-60e7-e27587621a55@2ndquadrant.com> <572A09ED.8050204@gmail.com> From: Alexander Law Message-ID: <572A47DB.60304@gmail.com> Date: Wed, 4 May 2016 22:04:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/mixed; boundary="------------020706000507000009030101" X-Pg-Spam-Score: -2.7 (--) 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 This is a multi-part message in MIME format. --------------020706000507000009030101 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Thank you! I have some more errors written down, maybe they are worth fixing too. Second patch is for consistency in [1]. (I think XMLValidate could be aligned with "IS VALID predicate") Third patch is for language name teared down in [1]. It seems that root of this typo is as far as in SQL Standard (see M015 description in [2]), but IMO it should be fixed anyway. [1] http://www.postgresql.org/docs/9.5/static/unsupported-features-sql-standard.html [2] http://jtc1sc32.org/doc/N1501-1550/32N1529T-text%20for%20FCD%209075-9.pdf 04.05.2016 21:11, Peter Eisentraut пишет: > On 5/4/16 10:40 AM, Alexander Law wrote: >> Please have a look at the some more errors. >> Regarding second patch, I think, that inconsistency should be fixed by >> omitting '_name', as this parameter could also include a password. > > fixed > --------------020706000507000009030101 Content-Type: text/x-patch; name="1-fix-gin-typo.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="1-fix-gin-typo.patch" diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml index a392f94..b805af5 100644 --- a/doc/src/sgml/gin.sgml +++ b/doc/src/sgml/gin.sgml @@ -539,7 +539,7 @@ extractQuery to pass additional data to the consistent and comparePartial methods. To use it, extractQuery must allocate - an array of *nkeys Pointers and store its address at + an array of *nkeys pointers and store its address at *extra_data, then store whatever it wants to into the individual pointers. The variable is initialized to NULL before call, so this argument can simply be ignored by operator classes that --------------020706000507000009030101 Content-Type: text/x-patch; name="2-sql-features-improve-consistency.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="2-sql-features-improve-consistency.patch" diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index fd9e78d..71c08af 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -656,10 +656,10 @@ X271 XMLValidate: data-driven case NO X272 XMLValidate: ACCORDING TO clause NO X273 XMLValidate: ELEMENT clause NO X274 XMLValidate: schema location NO -X281 XMLValidate: with DOCUMENT option NO +X281 XMLValidate with DOCUMENT option NO X282 XMLValidate with CONTENT option NO X283 XMLValidate with SEQUENCE option NO -X284 XMLValidate NAMESPACE without ELEMENT clause NO +X284 XMLValidate: NAMESPACE without ELEMENT clause NO X286 XMLValidate: NO NAMESPACE with ELEMENT clause NO X300 XMLTable NO X301 XMLTable: derived column list option NO --------------020706000507000009030101 Content-Type: text/x-patch; name="3-fix-m015-feature-description.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="3-fix-m015-feature-description.patch" diff --git a/src/backend/catalog/sql_features.txt b/src/backend/catalog/sql_features.txt index 71c08af..569a43f 100644 --- a/src/backend/catalog/sql_features.txt +++ b/src/backend/catalog/sql_features.txt @@ -520,7 +520,7 @@ M011 Datalinks via Ada NO M012 Datalinks via C NO M013 Datalinks via COBOL NO M014 Datalinks via Fortran NO -M015 Datalinks via M NO +M015 Datalinks via MUMPS NO M016 Datalinks via Pascal NO M017 Datalinks via PL/I NO M018 Foreign data wrapper interface routines in Ada NO --------------020706000507000009030101 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 8bit MIME-Version: 1.0 -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs --------------020706000507000009030101--