[patch] typo in brin.sql

Started by Christoph Bergover 10 years ago2 messages
#1Christoph Berg
cb@df7cb.de
1 attachment(s)

There was a stray "s" in "classes implement*s*". I've also added a
"the" to make the sentence more readable (at least for me).

Christoph
--
cb@df7cb.de | http://www.df7cb.de/

Attachments:

brintypo.patchtext/x-diff; charset=us-asciiDownload
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
new file mode 100644
index e25f09c..894c269
*** a/doc/src/sgml/brin.sgml
--- b/doc/src/sgml/brin.sgml
*************** typedef struct BrinOpcInfo
*** 531,537 ****
  
    To implement these methods in a generic way, the operator class
    defines its own internal support functions.
!   (For instance, <quote>min/max</> operator classes implements
    support functions for the four inequality operators for the data type.)
    Additionally, the operator class must supply appropriate
    operator entries,
--- 531,537 ----
  
    To implement these methods in a generic way, the operator class
    defines its own internal support functions.
!   (For instance, the <quote>min/max</> operator classes implement
    support functions for the four inequality operators for the data type.)
    Additionally, the operator class must supply appropriate
    operator entries,
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Christoph Berg (#1)
Re: [patch] typo in brin.sql

Christoph Berg <cb@df7cb.de> writes:

There was a stray "s" in "classes implement*s*". I've also added a
"the" to make the sentence more readable (at least for me).

Pushed, thanks. (I also tweaked the second part of that sentence a
bit, though I'm not sure it's 100% perfect grammar even yet.)

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers