<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: PostgreSQL [Video]: Cross Database Queries using DbLink Extension	</title>
	<atom:link href="https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/</link>
	<description>BIGData &#124; NoSQL &#124; MSSQL &#124; MySQL &#124; PostgreSQL</description>
	<lastBuildDate>Sat, 09 May 2020 01:58:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: KC Viswanathan		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8284</link>

		<dc:creator><![CDATA[KC Viswanathan]]></dc:creator>
		<pubDate>Sat, 09 May 2020 01:58:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8284</guid>

					<description><![CDATA[Excellent post!]]></description>
			<content:encoded><![CDATA[<p>Excellent post!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sujith M		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8282</link>

		<dc:creator><![CDATA[Sujith M]]></dc:creator>
		<pubDate>Fri, 08 May 2020 21:43:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8282</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6890&quot;&gt;Anvesh Patel&lt;/a&gt;.

Can you please advise for real time sync up between two different DB&#039;s]]></description>
			<content:encoded><![CDATA[<p>Can you please advise for real time sync up between two different DB&#8217;s</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: troy		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8215</link>

		<dc:creator><![CDATA[troy]]></dc:creator>
		<pubDate>Thu, 09 Apr 2020 18:52:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8215</guid>

					<description><![CDATA[Hi, I followed the steps and all is successful except the dblink query. I get this error:

ERROR:  could not establish connection
DETAIL:  fe_sendauth: no password supplied

The dblink_connect works fine the user mapping has the correct password. I googled but couldn&#039;t find a solution. I have postgres version &quot;PostgreSQL 12.2, compiled by Visual C++ build 1914, 64-bit&quot;]]></description>
			<content:encoded><![CDATA[<p>Hi, I followed the steps and all is successful except the dblink query. I get this error:</p>
<p>ERROR:  could not establish connection<br />
DETAIL:  fe_sendauth: no password supplied</p>
<p>The dblink_connect works fine the user mapping has the correct password. I googled but couldn&#8217;t find a solution. I have postgres version &#8220;PostgreSQL 12.2, compiled by Visual C++ build 1914, 64-bit&#8221;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: yamini		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8159</link>

		<dc:creator><![CDATA[yamini]]></dc:creator>
		<pubDate>Tue, 17 Mar 2020 10:28:48 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8159</guid>

					<description><![CDATA[please db link installation]]></description>
			<content:encoded><![CDATA[<p>please db link installation</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Savke		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8038</link>

		<dc:creator><![CDATA[Savke]]></dc:creator>
		<pubDate>Tue, 28 Jan 2020 15:11:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8038</guid>

					<description><![CDATA[Man, this is awesome... You can do UNION of multiple tables of multiple servers and insert into one table. And than monitor only that one table]]></description>
			<content:encoded><![CDATA[<p>Man, this is awesome&#8230; You can do UNION of multiple tables of multiple servers and insert into one table. And than monitor only that one table</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Raj		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-8009</link>

		<dc:creator><![CDATA[Raj]]></dc:creator>
		<pubDate>Sat, 11 Jan 2020 22:41:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-8009</guid>

					<description><![CDATA[Thanks for the article Anvesh...Can we implement the same with out super user.. for ex I want to do the same with the user just having read write permissions..
Thank you
Raj]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article Anvesh&#8230;Can we implement the same with out super user.. for ex I want to do the same with the user just having read write permissions..<br />
Thank you<br />
Raj</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Pereira		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6935</link>

		<dc:creator><![CDATA[Antonio Pereira]]></dc:creator>
		<pubDate>Wed, 27 Mar 2019 17:27:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-6935</guid>

					<description><![CDATA[Obrigado Sr. Patel. Serviu de base para uma melhor compreensão.]]></description>
			<content:encoded><![CDATA[<p>Obrigado Sr. Patel. Serviu de base para uma melhor compreensão.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anvesh Patel		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6890</link>

		<dc:creator><![CDATA[Anvesh Patel]]></dc:creator>
		<pubDate>Sun, 17 Feb 2019 18:10:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-6890</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6885&quot;&gt;Kiran&lt;/a&gt;.

Need to setup replication between server. Do you want real time sync between tables?]]></description>
			<content:encoded><![CDATA[<p>Need to setup replication between server. Do you want real time sync between tables?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kiran		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6885</link>

		<dc:creator><![CDATA[Kiran]]></dc:creator>
		<pubDate>Wed, 13 Feb 2019 10:37:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-6885</guid>

					<description><![CDATA[Hai Anvesh
Need help in replicating the data between two tables in PostgreSQL which are present in two different Computers]]></description>
			<content:encoded><![CDATA[<p>Hai Anvesh<br />
Need help in replicating the data between two tables in PostgreSQL which are present in two different Computers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Snigdha Singh		</title>
		<link>https://www.dbrnd.com/2015/05/postgresql-cross-database-queries-using/#comment-6817</link>

		<dc:creator><![CDATA[Snigdha Singh]]></dc:creator>
		<pubDate>Mon, 17 Dec 2018 08:06:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.dbrnd.com/?p=184#comment-6817</guid>

					<description><![CDATA[Thanks a ton for making it so simple and easy.I was struggling with this problem for a week.]]></description>
			<content:encoded><![CDATA[<p>Thanks a ton for making it so simple and easy.I was struggling with this problem for a week.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
