Re: Poll on your LAPP Preferences

From: brew(at)theMode(dot)com
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Poll on your LAPP Preferences
Date: 2005-08-09 17:00:44
Message-ID: Pine.BSF.4.58.0508091244550.25688@themode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Mike.....

> If I can improve this process, then a developer can download my web app,
> try it out rapidly, comparing it against others, and hopefully decide on
> mine because I have made it easy to get started and easy to customize to
> their tastes.

If it's a Linux-Apache-PHP-PostgreSQL web app you only need one user, the
one your PHP script logs in as. Then maybe you could put the same
randomly generated password in both postgres and the PHP script.

Or even have the user name be randomly generated, with or without a
password.

The default would be local access, just to try it out. If remote access
is wanted it could be a question on the setup script. Or even done
manually - I don't think anybody will be setting it up across two or more
machines without being pretty sure they want to install your app
permanently.

Just some thoughts off the top of my head.....

brew

==========================================================================
Strange Brew (brew(at)theMode(dot)com)
Check out my Stock Option Covered Call website http://www.callpix.com
and my Musician's Online Database Exchange http://www.TheMode.com
==========================================================================

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Matthew T. O'Connor 2005-08-09 17:15:17 Re: Query stucked in pg_stat_activity
Previous Message Joel Fradkin 2005-08-09 16:56:37 Re: [GENERAL] postgres & server encodings