hi all,

when I do a:

execute 'set search_path to bar; create table foo(f1 int);insert into table foo blah..blah;'

in plpgsql, I found that the insert statement always report that "can't found table foo" or something like that. I guess it's visibility rule in PostgreSQL, but I can't found clear docs, can someone
give me some hint about that?

thanks and best regards

laser

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to