1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Updated expected-output file for hstore.

This is an oversight in my previous patch to deprecate => as an operator
name.  Per buildfarm.
This commit is contained in:
Robert Haas
2010-06-22 12:54:22 +00:00
parent f974212320
commit 8327060dc2

View File

@ -4,6 +4,8 @@
-- --
SET client_min_messages = warning; SET client_min_messages = warning;
\set ECHO none \set ECHO none
psql:hstore.sql:234: WARNING: => is deprecated as an operator name
DETAIL: This name may be disallowed altogether in future versions of PostgreSQL.
RESET client_min_messages; RESET client_min_messages;
set escape_string_warning=off; set escape_string_warning=off;
--hstore; --hstore;