Re: postgreSQL & amazon ec2 cloud

From: John R Pierce <pierce(at)hogranch(dot)com>
To: Bob Pawley <rjpawley(at)shaw(dot)ca>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgreSQL & amazon ec2 cloud
Date: 2009-04-20 17:58:02
Message-ID: 49ECB7AA.9000001@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bob Pawley wrote:
> From your experience could it be used in similar fashion as a website
> -> running a Postgresql database and having users access the database
> through an interface?
>
> If so, would the users need a Java environment installed on their
> machines ...

um, the users would need a Java environment if they were running Java
applications.

> or would the interface connect directley to Postgresql - like a website??

what 'interface' are you referring to ? a client application can
connect to a postgres server with the postgres protocol, by default over
port 5432/tcp... a client application would do this using libpq, or a
native interface like jdbc (if the client is java)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ray 2009-04-20 18:29:21 Re-Install data folder failure
Previous Message Bob Pawley 2009-04-20 17:42:55 Re: postgreSQL & amazon ec2 cloud