summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2015-07-05 12:08:15 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2015-07-05 12:08:25 -0400
commit9a92ad4b9eec0051296d6475feb9c9955c860a9d (patch)
tree30973496edf893a589d80d44a2218853d25d7b98
parentd1fec374f716ffbfb9f9a758c9b5b23c00f01fcb (diff)
Fix bad grammar in brin.sgml.
Christoph Berg
-rw-r--r--doc/src/sgml/brin.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/brin.sgml b/doc/src/sgml/brin.sgml
index e25f09c6800..cdfe5dec565 100644
--- a/doc/src/sgml/brin.sgml
+++ b/doc/src/sgml/brin.sgml
@@ -531,8 +531,8 @@ typedef struct BrinOpcInfo
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.)
+ (For instance, the <quote>min/max</> operator classes implement
+ support functions for the four inequality operators for their data type.)
Additionally, the operator class must supply appropriate
operator entries,
to enable the optimizer to use the index when those operators are