pull/472/head
Brian Cloutier 2016-04-28 04:27:50 -07:00
parent d64c75aff4
commit 72184f3f8d
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ SELECT symbol, bidder_id FROM limit_orders WHERE id = 246;
gm | 247 gm | 247
(1 row) (1 row)
-- updates referencing non-IMMUTABLE function are unsupported -- updates referencing non-IMMUTABLE functions are unsupported
UPDATE limit_orders SET placed_at = now() WHERE id = 246; UPDATE limit_orders SET placed_at = now() WHERE id = 246;
ERROR: cannot plan sharded modification containing values which are not constants or constant expressions ERROR: cannot plan sharded modification containing values which are not constants or constant expressions
-- cursors are not supported -- cursors are not supported