Search Postgresql Archives

Re: dblink: give search_path

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Zitat von Adrian Klaver <adrian.klaver@xxxxxxxxxxx>:

In addition to my previous suggestions:

test=# SELECT public.dblink_connect('dbname=production ');
 dblink_connect
----------------
 OK

test=# select * from public.dblink('show search_path') as t1(search_path text);
 search_path
-------------
 main

test=# select public.dblink_exec('set search_path=main,utility');
 dblink_exec
-------------
 SET
(1 row)

test=# select * from public.dblink('show search_path') as t1(search_path text);
  search_path
---------------
 main, utility


Hi Adrian. Thanks for pointing this out. I wonder why I did not think of it myself. However, I moved to a dedicated logging user such avoiding this Problem. I also seems a clean solution that way.

--
+49 (0)1578-772 37 37
+41 (0)78 947 36 21
Öffentlicher PGP-Schlüssel: http://pgp.mit.edu/pks/lookup?op=get&search=0x8F70EFD2D972CBEF

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.





[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux