From cc26ea9fe2e41e73c955ea75bea7a77fbd062d64 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 20 Apr 2013 11:04:41 -0400 Subject: Clean up references to SQL92 In most cases, these were just references to the SQL standard in general. In a few cases, a contrast was made between SQL92 and later standards -- those have been kept unchanged. --- src/backend/utils/adt/like_match.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/like_match.c') diff --git a/src/backend/utils/adt/like_match.c b/src/backend/utils/adt/like_match.c index a31bf8faa38..0c20cd173e5 100644 --- a/src/backend/utils/adt/like_match.c +++ b/src/backend/utils/adt/like_match.c @@ -42,7 +42,7 @@ * * Keith Parks. * - * SQL92 lets you specify the escape character by saying + * SQL lets you specify the escape character by saying * LIKE ESCAPE . We are a small operation * so we force you to use '\'. - ay 7/95 * -- cgit v1.2.3