Update find_gt_lt to allow grep parameters to be passed into it.
<programlisting>
CHECK ( x = 1 )
CHECK ( county IN ( 'Oxfordshire', 'Buckinghamshire', 'Warwickshire' ))
-CHECK ( outletID >= 100 AND outletID < 200 )
+CHECK ( outletID >= 100 AND outletID < 200 )
</programlisting>
Ensure that the constraints guarantee that there is no overlap
between the key values permitted in different partitions. A common
AS $$
if (a is None) or (b is None):
return None
- if a > b:
+ if a > b:
return a
return b
$$ LANGUAGE plpythonu;
DEFAULT FOR TYPE _int4 USING gist AS
OPERATOR 3 &&,
OPERATOR 6 = RECHECK,
- OPERATOR 7 @>,
- OPERATOR 8 <@,
+ OPERATOR 7 @>,
+ OPERATOR 8 <@,
OPERATOR 20 @@ (_int4, query_int),
FUNCTION 1 g_int_consistent (internal, _int4, int4),
FUNCTION 2 g_int_union (bytea, internal),
# $PostgreSQL$
-grep '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
-grep '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml
+grep "$@" '[^]a-z0-9"/!-]>' *.sgml ref/*.sgml
+grep "$@" '<[^]a-z0-9"/!-]' *.sgml ref/*.sgml