Guest User

Untitled

a guest
Mar 3rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. PERFORM dblink_exec('dbname=beast_prod host=127.0.0.1 user=solars password=blalala',
  2. 'INSERT INTO users (
  3. bio
  4. ) VALUES (
  5. '||coalesce(NEW.bio,'''empty''')||'
  6. )');
Add Comment
Please, Sign In to add comment