Обсуждение: Free PostgreSQL Database Hosting - Needs Beta Testers

Поиск
Список
Период
Сортировка

Free PostgreSQL Database Hosting - Needs Beta Testers

От
"Gary Huntress"
Дата:
I am looking for PostgreSQL users to beta test the following free database
hosting service:

    http://superid.dyndns.org:8080/freesql/index.php

I've done a fair amount of testing myself, but I need a few more people to
work the rest of the bugs out.   I'd be grateful if people would do the
following:

    1) create an account and database
    2) remotely connect via ODBC or other means
    3) insert and select data
    4) report results to me, good or bad

I'm happy to offer this free service (the free MySQL hosting is going over
well so far) and I hope people find it useful.   Take the poll, and offer
suggestions too!


Regards,

Gary H.



Re: Free PostgreSQL Database Hosting - Needs Beta Testers

От
fabrizio.ermini@sysdat.it
Дата:
On 26 Mar 2001, at 3:42, Gary Huntress wrote:

> I am looking for PostgreSQL users to beta test the following free database
> hosting service:
>
>     http://superid.dyndns.org:8080/freesql/index.php
>
> I've done a fair amount of testing myself, but I need a few more people to
> work the rest of the bugs out.   I'd be grateful if people would do the
> following:
>
>     1) create an account and database
>     2) remotely connect via ODBC or other means
>     3) insert and select data
>     4) report results to me, good or bad
>
Just did it.

It looks pretty slow, but it could be my connection.

And I think you should put high on the todo list the obscurement of
other users' DB from phpMyAdmin...


/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/

Fabrizio Ermini               Alternate E-mail:
C.so Umberto, 7               faermini@tin.it
loc. Meleto Valdarno          Mail on GSM: (keep it short!)
52020 Cavriglia (AR)          faermini@sms.tin.it

Re: Free PostgreSQL Database Hosting - Needs Beta Testers

От
will trillich
Дата:
On Mon, Mar 26, 2001 at 03:42:43AM +0000, Gary Huntress wrote:
> I am looking for PostgreSQL users to beta test the following free database
> hosting service:
>
>     http://superid.dyndns.org:8080/freesql/index.php
>
> I've done a fair amount of testing myself, but I need a few more people to
> work the rest of the bugs out.   I'd be grateful if people would do the
> following:
>
>     1) create an account and database
>     2) remotely connect via ODBC or other means
>     3) insert and select data
>     4) report results to me, good or bad
>
> I'm happy to offer this free service (the free MySQL hosting is going over
> well so far) and I hope people find it useful.   Take the poll, and offer
> suggestions too!

cool. i create database "trillich" and granted public select
access; two tables, one view, all worked like a charm. (all via
the php interface -- i tried from my own command line "psql -h
superid.dyndns.org -p 5432 -u trillich" but i kept winding up
pointing to my own server (probably my own internal firewall
snag).

looks clean from here... :)

--
will@serensoft.com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Re: Free PostgreSQL Database Hosting - Needs Beta Testers

От
will trillich
Дата:
On Mon, Mar 26, 2001 at 05:18:01PM +0200, fabrizio.ermini@sysdat.it wrote:
> On 26 Mar 2001, at 3:42, Gary Huntress wrote:
>
> > I am looking for PostgreSQL users to beta test the following free database
> > hosting service:
> >
> >     http://superid.dyndns.org:8080/freesql/index.php
> >
> > I've done a fair amount of testing myself, but I need a few more people to
> > work the rest of the bugs out.   I'd be grateful if people would do the
> > following:
> >
> >     1) create an account and database
> >     2) remotely connect via ODBC or other means
> >     3) insert and select data
> >     4) report results to me, good or bad
> >
> Just did it.
>
> It looks pretty slow, but it could be my connection.
>
> And I think you should put high on the todo list the obscurement of
> other users' DB from phpMyAdmin...

maybe pre-filter the display of other databases through a 'can
the current user select or insert... ' kind of thing.

--
will@serensoft.com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

Re: Free PostgreSQL Database Hosting - Needs Beta Testers

От
gravity
Дата:
On Mon, Mar 26, 2001 at 03:42:43AM +0000, Gary Huntress wrote:
> I am looking for PostgreSQL users to beta test the following free database
> hosting service:
>     http://superid.dyndns.org:8080/freesql/index.php
> I've done a fair amount of testing myself, but I need a few more people to
> work the rest of the bugs out.   I'd be grateful if people would do the

psql -h superid.dyndns.org -p 5432 -U gravsql

psql: No pg_hba.conf entry for host 24.132.0.101, user gravsql, database gravsql

z.

RE: Free PostgreSQL Database Hosting - Needs Beta Testers

От
"Matthew Brown"
Дата:
Wow!  Cool idea!  Have you had much interest?


Matthew Brown
CorData
=================================
O:   (770) 795-0089
F:   (770) 234-5302

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org]On Behalf Of will trillich
Sent: Monday, March 26, 2001 3:03 PM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Free PostgreSQL Database Hosting - Needs Beta
Testers


On Mon, Mar 26, 2001 at 05:18:01PM +0200, fabrizio.ermini@sysdat.it wrote:
> On 26 Mar 2001, at 3:42, Gary Huntress wrote:
>
> > I am looking for PostgreSQL users to beta test the following free
database
> > hosting service:
> >
> >     http://superid.dyndns.org:8080/freesql/index.php
> >
> > I've done a fair amount of testing myself, but I need a few more people
to
> > work the rest of the bugs out.   I'd be grateful if people would do the
> > following:
> >
> >     1) create an account and database
> >     2) remotely connect via ODBC or other means
> >     3) insert and select data
> >     4) report results to me, good or bad
> >
> Just did it.
>
> It looks pretty slow, but it could be my connection.
>
> And I think you should put high on the todo list the obscurement of
> other users' DB from phpMyAdmin...

maybe pre-filter the display of other databases through a 'can
the current user select or insert... ' kind of thing.

--
will@serensoft.com
http://newbieDoc.sourceforge.net/ -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html