Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ERROR: functions in index expression must be marked IMMUTABLE
  2.  
  3. CREATE INDEX full_phone_number ON orders_clientphone (concat(area_code, phone));
  4.  
  5. CREATE INDEX full_phone_number ON orders_clientphone ((area_code || phone));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement