Skip to content
Snippets Groups Projects
Commit e6924c97 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Update to reflect new "drop aggregate" syntax and messages.

parent 8aefe097
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,15 @@ QUERY: drop aggregate 314159;
WARN:parser: parse error at or near "314159"
QUERY: drop aggregate nonesuch;
WARN:RemoveAggregate: aggregate 'nonesuch' does not exist
WARN:parser: parse error at or near ";"
QUERY: drop aggregate newcnt1;
WARN:parser: parse error at or near ";"
QUERY: drop aggregate newcnt nonesuch;
WARN:RemoveAggregate: type 'nonesuch' does not exist
QUERY: drop aggregate newcnt float4;
WARN:RemoveAggregate: aggregate 'newcnt' for 'float4' does not exist
QUERY: drop function ();
WARN:parser: parse error at or near "("
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment