Re: Not Finding password for Postgres user on linux

From: Holger Krug <hkrug(at)rationalizer(dot)com>
To: Nandu Garg <focussed(at)rediffmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Not Finding password for Postgres user on linux
Date: 2002-01-24 09:58:40
Message-ID: 20020124105840.A1249@dev12.rationalizer.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 24, 2002 at 09:27:15AM -0000, Nandu Garg wrote:

> I give me 'psql: invalid option -- U'

You have an old version of psql.

> Therefore I tried small u i.e. I issued the command
> '$psql -u postgres template1' It prompted me like this

This old version requires: $psql -u template1

Please read the manpage of psql. The command line options of psql are
explained there in detail !

--
Holger Krug
hkrug(at)rationalizer(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-01-24 10:09:08 Re: Not Finding password for Postgres user on linux
Previous Message Nandu Garg 2002-01-24 09:48:39 Re: Not Finding password for Postgres user on linux