Re: existing dblinks

2019-10-22 Thread Adrian Klaver
On 10/21/19 3:26 PM, Julie Nishimura wrote: Hello, is there any way to find if there are any dblink exist on the 9.6 postgresql server? Are looking for whether the extension was installed? If so then in psql: \dx will tell you. Or are you looking for code that uses dblink? AFAIK dblink cre

existing dblinks

2019-10-21 Thread Julie Nishimura
Hello, is there any way to find if there are any dblink exist on the 9.6 postgresql server? Thanks