Re: Public facing PostgreSQL hosting ?

From: "Charles Clavadetscher" <clavadetscher(at)swisspug(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Public facing PostgreSQL hosting ?
Date: 2015-08-31 07:23:26
Message-ID: 032701d0e3bd$f23e5600$d6bb0200$@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

You can use pgAdmin (or psql for that matter) to connect to a database over the network, provided PostgreSQL is configured to accept this kind of connections and all the firewalls to it allow the traffic.

http://www.postgresql.org/docs/9.4/interactive/runtime-config-connection.html
http://www.postgresql.org/docs/9.4/interactive/client-authentication.html

A tool I heard about, but never used is phpPgAdmin. You may want to take a look: http://phppgadmin.sourceforge.net/doku.php

Bye
Charles

From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of essam Ganadily
Sent: Montag, 31. August 2015 09:04
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Public facing PostgreSQL hosting ?

hi
i do develop on PostgreSQL from home and from work. i need public facing PostgreSQL , something i can use Pgadmin from anywhere.
performance and scalability is not important because i will be running like few operations per day.

any idea where can i find that ?
thankx

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Saravanakumar Murugesan 2015-08-31 10:46:06 Postgresql path for json array
Previous Message essam Ganadily 2015-08-31 07:03:53 Public facing PostgreSQL hosting ?