Aahh! I have a million Perl scripts that rely on this syntax in the DBI
to connect to remote databases.
like:
$dbh=DBI->connect( "dbi:Pg:dbname=datab@remotehost",'wsprague','pass',
{RaiseError => 1, AutoCommit => 1})
or print STDERR "$DBI::errstr";
Umm, do you hav
=?iso-8859-1?Q?Micha=EBl_Fiey?= <[EMAIL PROTECTED]> writes:
> But whan I start psql with the command 'psql mybase@myhost' I receive :
> psql: FATAL 1: Database "mybase@myhost" does not exist in system catalog
This syntax isn't supported.
> I used this syntax with Postgresql 7.03.
There was som
In pg_hba.conf file u can enter database name hostIP and password entry
that way u can ensure some amount of security
On Mon, 17 Aug 1998, Anand Surelia wrote:
> Hi,
> Is there any way to specify connect permissions to a database for
> specific users? Right now, any user can connect to any dat