<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - communicate with the Postgresql server without logging in the  server]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=1404&amp;type=atom"/>
	<updated>2012-10-04T11:44:15Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=1404</id>
		<entry>
			<title type="html"><![CDATA[Odp: communicate with the Postgresql server without logging in the  server]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=3740#p3740"/>
			<content type="html"><![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]]></content>
			<author>
				<name><![CDATA[grzechu]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=963</uri>
			</author>
			<updated>2012-10-04T11:44:15Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=3740#p3740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[communicate with the Postgresql server without logging in the  server]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=3739#p3739"/>
			<content type="html"><![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.]]></content>
			<author>
				<name><![CDATA[praveen]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1489</uri>
			</author>
			<updated>2012-10-04T09:55:57Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=3739#p3739</id>
		</entry>
</feed>
