[GENERAL] Using Variables in dblink_build_sql_insert

2013-04-05 Thread ldrlj1
Here is what I get from the documentation: The last two arguments are: text[] src_pk_att_vals_array, text[] tgt_pk_att_vals_array SELECT dblink_build_sql_insert('foo', '1 2', 2, '{"1", "a"}', '{"1", "b''a"}'); How do I replace the src and tgt with variables from within my function? I can easily c

Re: [GENERAL] Using Variables in dblink_build_sql_insert

2013-04-05 Thread ldrlj1
DOH! I figured it out. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Using-Variables-in-dblink-build-sql-insert-tp5750332p5750335.html Sent from the PostgreSQL - general mailing list archive at Nabble.com. -- Sent via pgsql-general mailing list (pgsql-general@postg