<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - communicate with the Postgresql server without logging in the  server]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=1404</link>
		<description><![CDATA[Najświeższe odpowiedzi w communicate with the Postgresql server without logging in the  server.]]></description>
		<lastBuildDate>Thu, 04 Oct 2012 11:44:15 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: communicate with the Postgresql server without logging in the  server]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=3740#p3740</link>
			<description><![CDATA[Hello,
Standard port for PostgreSQL server is 5432.
Maybe you have simply mistake on:
psql -U user1 -p [b][u]5437[/u][/b] -h 10.2.74.214 DataBaseName]]></description>
			<author><![CDATA[dummy@example.com (grzechu)]]></author>
			<pubDate>Thu, 04 Oct 2012 11:44:15 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=3740#p3740</guid>
		</item>
		<item>
			<title><![CDATA[communicate with the Postgresql server without logging in the  server]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=3739#p3739</link>
			<description><![CDATA[hi...
I am new to Postgresql, i had developed an application that runs on client machine on RHEL and it take data form a database server running on  Postgresql on RHEL Server.
I wants that  the client shall able to communicate with the Postgresql server without logging in the  server machine and starting the database manually (Only power on i want to do at server no user login).
I had executed the command 
# /sbin/chkconfig --list | grep postgresql
postgresql     	0:off	1:off	2:on	3:on	4:on	5:on	6:off

but still i am not able to communicate with the Postgresql server.
I had tried to connect with server from client using following command:
# psql -U user1 -p 5437 -h 10.2.74.214 DataBaseName

psql: could not connect to server: Connection refused

	Is the server running on host "10.2.74.214" and accepting

	TCP/IP connections on port 5437?

I am able to ping the Postgresql server.
Please help me to sort-out this problem.]]></description>
			<author><![CDATA[dummy@example.com (praveen)]]></author>
			<pubDate>Thu, 04 Oct 2012 09:55:57 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=3739#p3739</guid>
		</item>
	</channel>
</rss>
