Guest User

Untitled

a guest
Oct 17th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. update :schema.mytable set ok = true;
  2.  
  3. > psql -h 10.40.2.35 -U postgres -f basic.sql -v schema=myschema
  4.  
  5. do
  6. $$
  7. begin
  8. update :schema.mytable set ok = true;
  9. end;
  10. $$
Add Comment
Please, Sign In to add comment