Re: existing dblinks
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
Hello, is there any way to find if there are any dblink exist on the 9.6 postgresql server? Thanks