dropdb to a remote host

From: Alex Avriette <a_avriette(at)acs(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: dropdb to a remote host
Date: 2001-11-13 21:38:59
Message-ID: 32BAF2A2B169D411A081009027464529025DB377@ATD-NT5
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

when I do:

/usr/local/pgsql/bin/dropdb -h myhost -U myuser dbname

it complains that there isnt an entry in pg_hba.conf for 'template1', when i
rather explicitly told it to drop 'dbname'. am i missing something?

alex

--
alex j. avriette
perl hacker.
a_avriette(at)acs(dot)org
$dbh -> do('unhose');

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glen Parker 2001-11-13 21:56:44 CREATE DATABASE WITH LOCATION
Previous Message Tom Lane 2001-11-13 21:33:35 Re: Behavior of nextval() and currval()