Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bA6zw-0007Bj-Nt for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jun 2016 02:44:08 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bA6zw-00063B-A3 for pgsql-docs@arkaria.postgresql.org; Tue, 07 Jun 2016 02:44:08 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bA6zv-000632-S4 for pgsql-docs@postgresql.org; Tue, 07 Jun 2016 02:44:07 +0000 Received: from mail-vk0-x235.google.com ([2607:f8b0:400c:c05::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bA6zs-0001sp-Ey for pgsql-docs@postgresql.org; Tue, 07 Jun 2016 02:44:07 +0000 Received: by mail-vk0-x235.google.com with SMTP id d127so224996227vkh.2 for ; Mon, 06 Jun 2016 19:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=CgCo0b22WUH4+7IcAf5py1eMojAmAM8e1DkcuWpptlg=; b=bLqLGIqyL+7P6cJ/KoeTYIOACWNxOLK3vCTVDIIuN77gjZ0YNQV5cabOI7GJnk00Jt JGV8aT6t5B13ipiGxzMhVVZmihhBEAoTRqBLjwI87mugbDHy7bDz9m7hQtley9m5DFof 5DszUUGBmrEn301fFkBFsOIhMe4XmNLDUtxtnNjO6AmAE0lB+aOYyAYKloOISIuY1BGo 9Wbm77k2iEpe2GAw5IjpnTicctODGMMFdNt1yzuf78iuRHQG7gnSj/IrlWi6ncRJ8Qdx Sh+kSSti6kgkknRTlmFh0WIvbz0lak2cK9b7SL7PuDAn3VUopto12aIbFugdQ8RefO/N NH2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=CgCo0b22WUH4+7IcAf5py1eMojAmAM8e1DkcuWpptlg=; b=QVoessfDuACF8VO5/kxH/TGLm74vzZWGDH6IjGiZj3qLZ+q8vDF+R3WaXMZ/VdGgkk 12dIlwsA4ciVpmchc9qL3WAQbq1UIwCpsQqAQh50PTR4zbnxFbnogAOJHoLLdfq8uhNn QEMAU1JLBPRq/XJ8RdhYtwY8RaKw1P93uBQJSk7Zwuji2sWzK9DJKzV/8paY2dsf0iSf oKOdRICO7yCl8/GjgZnhkN8uu/H1bNmbbpUR43dyClomacAne51sfBnZShiH/UiVrPLK b+euKcQCbMZhAYxXmlw3CgGO2B4hSJ121lkX3k2FS0usxZtjYXMaiGkkrYJ891gmuWoD T2Jw== X-Gm-Message-State: ALyK8tJ+Ochya5uxpjjanpu8OgDVS41cCN8pZRbKn99tCjGRo2XwlDf3ZpYCzBcU+5jNAiuOuuuo6LQ+0fZwYw== X-Received: by 10.31.63.132 with SMTP id m126mr9520838vka.55.1465267443069; Mon, 06 Jun 2016 19:44:03 -0700 (PDT) MIME-Version: 1.0 Received: by 10.103.137.197 with HTTP; Mon, 6 Jun 2016 19:44:02 -0700 (PDT) In-Reply-To: <20160604072802.9929.83562@wrigleys.postgresql.org> References: <20160604072802.9929.83562@wrigleys.postgresql.org> From: Michael Paquier Date: Tue, 7 Jun 2016 11:44:02 +0900 Message-ID: Subject: Re: Typo To: gp0072000@gmail.com Cc: pgsql-docs@postgresql.org Content-Type: text/plain; charset=UTF-8 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 On Sat, Jun 4, 2016 at 4:28 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.5/static/backup-dump.html > Description: > > Before restoring an SQL dump, > > Should be > > Before restoring a SQL dump, The source code has a shared opinion on the matter: $ git grep "a SQL" | wc -l 630 $ git grep "an SQL" | wc -l 238 Based on some past memories of some basic English lessons, this should be "an" I think, because the S of SQL spells as "esse" :) -- Michael -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs