Help | Site Map
Connecting Tech Pros Worldwide
Reply
 
LinkBack Thread Tools
  #1  
Old September 2nd, 2008, 10:31 AM
Newbie
 
Join Date: Sep 2008
Posts: 2
Default How to connect to a remote postgresql via http

Hi,
I have just installed a postgresql server on a windows server. Now, I want to connect to it from a winodws desktop through http (intranet).

What URL will I have to use to connect to the remote db server?

Many thanks in advance..

regards,

Mike
Reply
  #2  
Old September 2nd, 2008, 01:03 PM
Moderator
 
Join Date: Dec 2006
Posts: 248
Default

I guess you need phppgadmin, or similar apps, postgres is not a http server. What do you want to do with postgres via http?
Reply
  #3  
Old September 3rd, 2008, 03:58 AM
Newbie
 
Join Date: Sep 2008
Posts: 2
Default

I want the postgresql database to be accesible to our developers through the web (intranet, in particular) so that they can develop applications based on postgresql.

An application system based on postgresql db has just been turned over to us. But unfortunately, we have no previous knowledge of postgresql. It is upon receiving this application that we have become aware of postgresql.

I want our developers to be able to access the database I have just installed through our lan via http.
Reply
  #4  
Old September 3rd, 2008, 07:36 AM
Moderator
 
Join Date: Dec 2006
Posts: 248
Default

Quote:
Originally Posted by irhernan
I want the postgresql database to be accesible to our developers through the web (intranet, in particular) so that they can develop applications based on postgresql.

An application system based on postgresql db has just been turned over to us. But unfortunately, we have no previous knowledge of postgresql. It is upon receiving this application that we have become aware of postgresql.

I want our developers to be able to access the database I have just installed through our lan via http.
So you only need to configure postgres to listen for network connection
(in file postgresql.org change listen_addresses to '*' or server IP), and you must configure access rules in pg_hba.conf.
Reply
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles