Skip to content

Commit

Permalink
Concatenate less.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 25, 2013
1 parent 6e101fc commit 0048f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sql/ownership.sql
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -951,11 +951,11 @@ SELECT * FROM check_test(
); );


SELECT * FROM check_test( SELECT * FROM check_test(
language_owner_is('__not__' || 'plpgsql', _get_language_owner('plpgsql'), 'mumble'), language_owner_is('__not__plpgsql', _get_language_owner('plpgsql'), 'mumble'),
false, false,
'language_owner_is(non-language, user)', 'language_owner_is(non-language, user)',
'mumble', 'mumble',
' Language __not__' || 'plpgsql' || ' does not exist' ' Language __not__plpgsql does not exist'
); );


SELECT * FROM check_test( SELECT * FROM check_test(
Expand Down

0 comments on commit 0048f4a

Please sign in to comment.