Re: [DOCS] Typo in word "closest"

2017-10-30 Thread Magnus Hagander
On Mon, Oct 30, 2017 at 6:08 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/collation.html > Description: > > By design, ICU will accept almost any string as a locale name and match it > to the _closet_ locale i

Re: [DOCS] Typo

2017-10-23 Thread Erik Rijkers
On 2017-10-23 10:41, juer...@purtz.de wrote: The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/10/static/app-pgdump.html Description: There is a typo at "the old locution" (since 8.2) - probable shall be "the old location". Your 'correct

Re: [DOCS] Typo in word "password"

2017-10-19 Thread Magnus Hagander
On Sun, Oct 15, 2017 at 8:21 PM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/10/static/release-10.html > Description: > > "The UNENCRYPTED option is no longer supported in CREATE/ALTER USER > ... > PASSSWORD." > That's cu

Re: [DOCS] Typo at https://www.postgresql.org/about/featurematrix/detail/292/

2017-10-11 Thread Magnus Hagander
On Thu, Oct 5, 2017 at 9:36 PM, Oleksandr Pikozh wrote: > https://www.postgresql.org/about/featurematrix/detail/292/ > > > Ability to automatically pull in required additional extensions for an > extension dedpendency tree. > dedpendency -> dependency Fixed, thanks for the report! -- Magnus

Re: [DOCS] Typo in trigger docs

2017-05-25 Thread Euler Taveira
2017-05-23 7:40 GMT-03:00 : > > I believe that ("statement" is wrong): > > "Row-level BEFORE triggers fire immediately before a particular row is > operated on, while row-level AFTER triggers fire at the end of the > statement > (but before any statement-level AFTER triggers)." > > > should be: >

Re: [DOCS] typo

2017-05-17 Thread David G. Johnston
On Wed, May 17, 2017 at 6:13 AM, wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/9.6/static/ddl-constraints.html > Description: > > https://www.postgresql.org/docs/9.6/static/ddl-constraints.html#DDL- > CONSTRAINTS-FK > > "If

Re: [DOCS] Typo.

2016-06-07 Thread Tom Lane
Dmitry Igrishin writes: > 2016-06-07 15:44 GMT+03:00 Kevin Grittner : >> I'm pretty sure that this has been discussed on this list before >> and decided in favor of omitting the hyphenation in such cases. > Hm, well, how about removing hypenation from > "Internal query: the text of a failed inter

Re: [DOCS] Typo.

2016-06-07 Thread Dmitry Igrishin
2016-06-07 16:47 GMT+03:00 Tom Lane : > Dmitry Igrishin writes: >> 2016-06-07 15:44 GMT+03:00 Kevin Grittner : >>> I'm pretty sure that this has been discussed on this list before >>> and decided in favor of omitting the hyphenation in such cases. > >> Hm, well, how about removing hypenation from

Re: [DOCS] Typo.

2016-06-07 Thread Kevin Grittner
On Tue, Jun 7, 2016 at 8:22 AM, Dmitry Igrishin wrote: > 2016-06-07 15:44 GMT+03:00 Kevin Grittner : >> On Tue, Jun 7, 2016 at 6:26 AM, Dmitry Igrishin wrote: >> >>> In "Internal position: this is defined the same as the P field, but it >>> is used when the cursor position refers to an internally

Re: [DOCS] Typo.

2016-06-07 Thread Dmitry Igrishin
2016-06-07 15:44 GMT+03:00 Kevin Grittner : > On Tue, Jun 7, 2016 at 6:26 AM, Dmitry Igrishin wrote: > >> In "Internal position: this is defined the same as the P field, but it >> is used when the cursor position refers to an internally generated", >> "internally generated" should be replaced with

Re: [DOCS] Typo.

2016-06-07 Thread Kevin Grittner
On Tue, Jun 7, 2016 at 6:26 AM, Dmitry Igrishin wrote: > In "Internal position: this is defined the same as the P field, but it > is used when the cursor position refers to an internally generated", > "internally generated" should be replaced with "internally-generated". Not according to, for ex

Re: [DOCS] Typo.

2016-06-07 Thread Dmitry Igrishin
2016-06-07 14:26 GMT+03:00 Dmitry Igrishin : > Hi, > > In "Internal position: this is defined the same as the P field, but it > is used when the cursor position refers to an internally generated", > "internally generated" should be replaced with "internally-generated". > https://www.postgresql.org/

Re: [DOCS] Typo

2016-06-06 Thread Tom Lane
Michael Paquier writes: > On Sat, Jun 4, 2016 at 4:28 PM, wrote: >> 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 memori

Re: [DOCS] Typo

2016-06-06 Thread Michael Paquier
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

Re: [DOCS] Typo in Create Database Synopsis

2016-05-31 Thread Tom Lane
"David G. Johnston" writes: > The second closing bracket after "connlimit" should be moved after > "istemplate ]" Hm, yeah, somebody fat-fingered that. Will fix, thanks. regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes

Re: [DOCS] typo in synchronous_commit description

2015-07-10 Thread amul sul
Yes, you are correct. Thanks Regards, Amul Sul -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] typo in synchronous_commit description

2015-07-10 Thread Tair Sabirgaliev
No, the text is correct. When synchronous_commit=off there is a possible delay between 'reported' transaction success and factual saving on disk Sent from my iPhone > On 10 июля 2015 г., at 15:20, amul sul wrote: > > Hi, > > > synchronous_commit description in document[1] : > When off, there can

Re: [DOCS] Typo in ddl.sgml

2015-04-24 Thread Peter Eisentraut
On 4/20/15 5:31 AM, Thom Brown wrote: > On 20 April 2015 at 10:26, Amit Langote wrote: >> Hi, >> >> s/inheiritance/inheritance/g > > Looks like it's misspelled in a few places: > > $ grep -r 'inheiritance' . > ./src/test/regress/expected/updatable_views.out:-- security barrier > view based on in

Re: [DOCS] Typo in ddl.sgml

2015-04-20 Thread Thom Brown
On 20 April 2015 at 10:26, Amit Langote wrote: > Hi, > > s/inheiritance/inheritance/g Looks like it's misspelled in a few places: $ grep -r 'inheiritance' . ./src/test/regress/expected/updatable_views.out:-- security barrier view based on inheiritance set ./src/test/regress/sql/updatable_views.s

Re: [DOCS] Typo in mvcc.sgml

2015-04-09 Thread Magnus Hagander
On Thu, Apr 9, 2015 at 3:23 AM, Amit Langote wrote: > Hi, > > Attached fixes a typo in mvcc.sgml > > - Read and explicit locking.on the master. > + Read and explicit locking on the master. > Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-

Re: [DOCS] Typo in 49.2.1

2014-12-17 Thread Magnus Hagander
On Wed, Dec 17, 2014 at 7:34 AM, David Johnston wrote: > > The frontend must now take part in a Kerberos V5 authentication dialog > (not described here, part of the Kerberos specification) with the server. > If this is successful, the server responds with an AuthenticationOk, > otherwise it respon

Re: [DOCS] Typo fix in doc/src/sgml/test-shm-mq.sgml

2014-05-12 Thread Fujii Masao
On Sun, May 11, 2014 at 12:39 PM, Amit Langote wrote: > Hi, > > Attached fixes a minor typo on test_shm_mq doc page > > s/"has been send"/"has been sent" Applied. Thanks! Regards, -- Fujii Masao -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscrip

Re: [DOCS] Typo in doc/src/sgml/monitoring.sgml? s/tranche/trance?

2014-04-23 Thread Amit Langote
On Wed, Apr 23, 2014 at 6:15 PM, Amit Langote wrote: > Hi, > > Attached fixes a typo in doc/src/sgml/monitoring.sgml. > Sorry, typo in subject (kinda ironic!); I meant "s/trance/tranche?" Patch attached again. -- Amit docs-monitoring-lwlock-tranche-not-trance-fix.patch Description: Binary da

Re: [DOCS] typo in 9.1.10 release notes

2013-11-26 Thread Fujii Masao
On Wed, Nov 27, 2013 at 11:34 AM, Josh Kupershmidt wrote: > Hi, > It looks like a duplicated '>' character snuck into the 9.1.10 release > notes, fix attached. Thanks! Committed. Regards, -- Fujii Masao -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your

Re: [DOCS] typo in information_schema.sgml

2012-09-05 Thread Tom Lane
Shigeru HANADA writes: > I noticed a typo in the description of the column domains.collation_name. >> Name of the collation of the column, null if default ... > This view contains domain entries, so "Name of the collation of the > domain" would be correct. Committed, thanks!

Re: [DOCS] Typo on dummy_seclabel page

2011-10-13 Thread Tom Lane
Thom Brown writes: > Attached is a patch to correct a typo on the dummy_seclabel page. Applied, thanks! regards, tom lane -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs

Re: [DOCS] typo on libpq.sgml

2011-10-10 Thread Robert Haas
On Fri, Sep 9, 2011 at 9:34 AM, Shigehiro Honda wrote: > Hi, > > I noticed a typo in libpq.sgml. In the folowing partagrasoh, 'TCP_KEEPINTVL' > should be 'TCP_KEEPCNT'. (In libpq's setKeepalivesCount(), '#ifdef > TCP_KEEPCNT' is used.) > >         >         keepalives_count >         >          

Re: [DOCS] typo in ecpg.sgml

2011-02-17 Thread Bruce Momjian
Erik Rijkers wrote: > typo... Applied, thanks. -- Bruce Momjian http://momjian.us EnterpriseDB http://enterprisedb.com + It's impossible for everything to be true. + -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to y

Re: [DOCS] Typo in create user mapping docs page

2011-02-03 Thread Magnus Hagander
On Thu, Feb 3, 2011 at 11:07, Thom Brown wrote: > Someone submitted a comment to the docs (which I'll shortly delete) > which points out a typo on the CREATE USER MAPPING page in the docs. > A very brief patch is attached. Thanks, applied. --  Magnus Hagander  Me: http://www.hagander.net/  Work

Re: [DOCS] typo in release note

2010-06-30 Thread Bruce Momjian
Robert Haas wrote: > On Thu, Jun 10, 2010 at 10:16 AM, Tom Lane wrote: > > Robert Haas writes: > >> On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: > >>> The release note says "Allow continuous archive (WAL) files > >>> to be streamed to a standby system" about SR. But no archive > >>> files

Re: [DOCS] Typo in 9.0 release notes?

2010-06-13 Thread Robert Haas
On Sun, Jun 13, 2010 at 7:36 PM, Ian Barwick wrote: > In "release-9.0.sgml" (sorry, can't provide patch right now), I suspect > "is not substantially faster" should read "is now substantially faster"? > >     >     >      As part of our decade-long effort to eliminate the pain of VACUUM, >      V

Re: [DOCS] typo in release note

2010-06-10 Thread Robert Haas
On Thu, Jun 10, 2010 at 10:16 AM, Tom Lane wrote: > Robert Haas writes: >> On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: >>> The release note says "Allow continuous archive (WAL) files >>> to be streamed to a standby system" about SR. But no archive >>> files are streamed in SR. So we shou

Re: [DOCS] typo in release note

2010-06-10 Thread Tom Lane
Robert Haas writes: > On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: >> The release note says "Allow continuous archive (WAL) files >> to be streamed to a standby system" about SR. But no archive >> files are streamed in SR. So we should get rid of the word >> "archive" from that sentence? H

Re: [DOCS] typo in release note

2010-06-10 Thread Robert Haas
On Thu, Jun 10, 2010 at 4:00 AM, Fujii Masao wrote: > The release note says "Allow continuous archive (WAL) files > to be streamed to a standby system" about SR. But no archive > files are streamed in SR. So we should get rid of the word > "archive" from that sentence? Here is the patch. I don't

Re: [DOCS] typo 'anyways'

2010-04-13 Thread Bruce Momjian
Thanks, applied. --- Erik Rijkers wrote: > 'anyways' is not correct english, I think... > > > > > --- doc/src/sgml/xtypes.sgml.orig 2010-04-06 02:48:33.0 +0200 > +++ doc/src/sgml/xtypes.sgml2010-04-06 0

Re: [DOCS] typo in config.sgml

2010-04-13 Thread Magnus Hagander
On Tue, Apr 13, 2010 at 02:31, Fujii Masao wrote: > Hi, > > I found the typo in config.sgml. Applied, thanks. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscr

Re: [DOCS] Typo in updated plperl docs

2010-02-25 Thread Magnus Hagander
On Thu, Feb 25, 2010 at 10:57, Richard Huxton wrote: > http://developer.postgresql.org/pgdocs/postgres/plperl-under-the-hood.html > > Contains several references to "plplerl" rather than "plperl". Thanks, fixed. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.

Re: [DOCS] typo in ref/psql-ref.sgml

2009-02-09 Thread Bruce Momjian
Erik Rijkers wrote: > --- doc/src/sgml/ref/psql-ref.sgml.orig 2009-02-09 01:32:54.0 +0100 > +++ doc/src/sgml/ref/psql-ref.sgml 2009-02-09 01:33:44.0 +0100 > @@ -1746,7 +1746,7 @@ >You can specify an optional second argument, if it is provided it >may be

Re: [DOCS] Typo in 8.1/HEAD docs

2006-02-05 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links on the developer's page, http://www.postgresql.org/developer/testing. --- Devrim GUNDUZ wrote: > > Hi, > > The attached files

Re: [DOCS] Typo in README.dist-split

2005-09-23 Thread Alvaro Herrera
On Fri, Sep 23, 2005 at 02:02:47PM -0400, Bruce Momjian wrote: > > This needs to be fixed. I still see the incorrect file contents > outlined below. In fact, I see the _wrong_ "where" was fixed! So they now are both wrong :-) > --

Re: [DOCS] Typo in README.dist-split

2005-09-23 Thread Bruce Momjian
This needs to be fixed. I still see the incorrect file contents outlined below. --- Alvaro Herrera wrote: > Not sure what mailing list should I be sending this report to. Anyway, > the problem is in the README.dist-split f

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Marc G. Fournier
Actually, that wouldn't fix it ... but, I've fixed commit messages for both you and Andrew now ... On Sun, 4 Sep 2005, Alvaro Herrera wrote: On Sun, Sep 04, 2005 at 08:06:38PM -0400, Tom Lane wrote: I wrote: Was Alvaro's commit the only one over the weekend? I pulled down the CVS logs

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Alvaro Herrera
On Sun, Sep 04, 2005 at 08:06:38PM -0400, Tom Lane wrote: > I wrote: > > Was Alvaro's commit the only one over the weekend? > > I pulled down the CVS logs and verified that it was the only such > commit. So the problem is most likely specific to Alvaro's account > and not a list-wide issue. Yeah

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Tom Lane
I wrote: > Was Alvaro's commit the only one over the weekend? I pulled down the CVS logs and verified that it was the only such commit. So the problem is most likely specific to Alvaro's account and not a list-wide issue. regards, tom lane ---(end

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Bruce Momjian
It is possible I did not see it. I now remember I saw the CVS log message, not the email text. --- Tom Lane wrote: > Bruce Momjian writes: > > Alvaro Herrera wrote: > >> Hmm, I just committed the fix and was waiting to rec

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Tom Lane
Bruce Momjian writes: > Alvaro Herrera wrote: >> Hmm, I just committed the fix and was waiting to receive the >> pgsql-committers message before sending the confirmation, but I haven't >> gotten it yet. Did I do something wrong? It was my first commit to >> this repo. >> >> ... maybe I should s

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Bruce Momjian
I did see the commit message. Perhaps it will show in the archives tomorrow: http://archives.postgresql.org/pgsql-committers/2005-09/index.php --- Alvaro Herrera wrote: > On Sun, Sep 04, 2005 at 09:52:49AM -0400, B

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Alvaro Herrera
On Sun, Sep 04, 2005 at 09:52:49AM -0400, Bruce Momjian wrote: > Richard van den Berg wrote: > > The release notes for PostgreSQL 8.1 read: > > > > --- > > E.1.3.12. pg_dump Changes > > > > * Add -n / --schema switch to pg_restore (Richard v

Re: [DOCS] Typo in PostgreSQL 8.1 release notes

2005-09-04 Thread Bruce Momjian
Fixed, thanks. --- Richard van den Berg wrote: > The release notes for PostgreSQL 8.1 read: > > --- > E.1.3.12. pg_dump Changes > > * Add -n / --schema switch to pg_r

Re: [DOCS] Typo in 8.0.2 release notes

2005-04-02 Thread Bruce Momjian
The line is now: administrator to make sure that data is guaranteed to be written to permanent so it seems we are OK. --- Thomas F. O'Connell wrote: > I hope it was fixed to "Guaranteed" rather than "Guarenteed"... ;) >

Re: [DOCS] Typo in 8.0.2 release notes

2005-04-02 Thread Thomas F . O'Connell
I hope it was fixed to "Guaranteed" rather than "Guarenteed"... ;) -tfo -- Thomas F. O'Connell Co-Founder, Information Architect Sitening, LLC http://www.sitening.com/ 110 30th Avenue North, Suite 6 Nashville, TN 37203-6320 615-260-0005 On Apr 1, 2005, at 10:42 PM, Bruce Momjian wrote: Fixed. Thank

Re: [DOCS] Typo in 8.0.2 release notes

2005-04-01 Thread Bruce Momjian
Fixed. Thanks. --- Bruno Wolff III wrote: > "Guarenteed" is mispelled as "guarantted" in the 8.0.2 release notes (in > the "Enable the wal_sync_method" bullet point). > > ---(end of broadcast)---

Re: [DOCS] Typo in performance-tips.html

2005-02-02 Thread Michael Fuhr
On Wed, Feb 02, 2005 at 11:15:10PM -0700, Michael Fuhr wrote: > > Here's a brief article about how the "y" in "ye" is a misspelling > of the "thorn" (þ) character: > > http://www.bartleby.com/68/15/6615.html Here's another article mentioning that "y" was used in place of thorn on printing presses

Re: [DOCS] Typo in performance-tips.html

2005-02-02 Thread Michael Fuhr
On Tue, Feb 01, 2005 at 10:33:43AM -0800, Hashem Masoud wrote: > I believe this is a typo in the file > performance-tips.html (perform.sgml): > > This plan proposes to extract the 50 interesting rows > of tenk1 using ye same olde index scan, stash them > into an in-memory hash table, What's the

Re: [DOCS] Typo in 8.0 release notes

2004-11-20 Thread Tom Lane
Bruno Wolff III <[EMAIL PROTECTED]> writes: > In "E.1.2. Migration to version 8.0" the folowing paragraph appears to use > "one less than the current year" when it should be "one less than the correct > year" based on later comments about that fix. Yeah, I think you're right. Change made.

Re: [DOCS] Typo in section 32.40. view_table_usage

2004-04-22 Thread Peter Eisentraut
Am Donnerstag, 22. April 2004 05:14 schrieb Alvis Tunkelis: > Table 30-38. view_table_usage Columns > > 'Description' for table_catalog should be corrected: > Name of the database that contains the table the table that is used by the > view (always the current database) ^^^ Fixed, thanks.