postgresql/src/test/regress/sql
Tom Lane 28233ffaa4 Add another regression test cross-checking operator and function comments.
Add a query that lists all the functions that are operator implementation
functions and have a SQL comment that doesn't just say "implementation of
XYZ operator".  (Note that the preceding test checks that such functions'
comments exactly match the corresponding operators' comments.)

While it's not forbidden to add more functions to this list, that should
only be done when we're encouraging users to use either the function or
operator syntax for the functionality, which is a fairly rare situation.
2014-01-11 00:16:08 -05:00
..
.gitignore
abstime.sql
advisory_lock.sql
aggregates.sql Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
alter_generic.sql
alter_table.sql
arrays.sql
async.sql
bit.sql
bitmapops.sql
boolean.sql
box.sql
btree_index.sql
case.sql
char.sql
circle.sql
cluster.sql
collate.linux.utf8.sql
collate.sql
combocid.sql
comments.sql
conversion.sql
copy2.sql
copyselect.sql
create_aggregate.sql Support ordered-set (WITHIN GROUP) aggregates. 2013-12-23 16:11:35 -05:00
create_cast.sql
create_function_3.sql
create_index.sql
create_misc.sql
create_operator.sql
create_table.sql
create_table_like.sql
create_type.sql
create_view.sql
date.sql
delete.sql
dependency.sql
domain.sql
drop_if_exists.sql
enum.sql
errors.sql
event_trigger.sql
float4.sql
float8.sql
foreign_data.sql
foreign_key.sql
functional_deps.sql
geometry.sql
guc.sql
hash_index.sql
horology.sql
hs_primary_extremes.sql
hs_primary_setup.sql
hs_standby_allowed.sql
hs_standby_check.sql
hs_standby_disallowed.sql
hs_standby_functions.sql
indirect_toast.sql
inet.sql
inherit.sql
insert.sql
int2.sql
int4.sql
int8.sql
interval.sql
join.sql Fix LATERAL references to target table of UPDATE/DELETE. 2014-01-07 15:25:27 -05:00
json.sql
limit.sql
line.sql
lock.sql
lseg.sql
macaddr.sql
matview.sql
money.sql
name.sql
namespace.sql
numeric.sql
numeric_big.sql
numerology.sql
oid.sql
oidjoins.sql
opr_sanity.sql Add another regression test cross-checking operator and function comments. 2014-01-11 00:16:08 -05:00
path.sql
plancache.sql
plpgsql.sql
point.sql
polygon.sql
polymorphism.sql
portals.sql
portals_p2.sql
prepare.sql
prepared_xacts.sql
privileges.sql
psql.sql
random.sql
rangefuncs.sql Fix "cannot accept a set" error when only some arms of a CASE return a set. 2014-01-08 20:18:58 -05:00
rangetypes.sql
regex.sql
reltime.sql
replica_identity.sql
returning.sql
rowtypes.sql
rules.sql
sanity_check.sql
select.sql
select_distinct.sql
select_distinct_on.sql
select_having.sql
select_implicit.sql
select_into.sql
select_views.sql
sequence.sql
stats.sql
strings.sql
subselect.sql
temp.sql
text.sql
time.sql
timestamp.sql
timestamptz.sql
timetz.sql
tinterval.sql
transactions.sql
triggers.sql
truncate.sql
tsdicts.sql
tsearch.sql
tstypes.sql
txid.sql
type_sanity.sql
typed_table.sql
union.sql
updatable_views.sql
update.sql
uuid.sql
vacuum.sql
varchar.sql
window.sql
with.sql
without_oid.sql
xml.sql
xmlmap.sql