From: | Sue <shanen(at)tscnet(dot)com> |
---|---|
To: | bmccoy(at)chapelperilous(dot)net |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: How do I find out the version number |
Date: | 2000-10-24 16:34:29 |
Message-ID: | 39F5BA15.8B3387FB@tscnet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Brett,
This is the error message I receive when I try select version();
WARN: parser error at or near "version"
This is the error message I receive when I try psql -V
psql: illegal option --V
Thanks for your help
Sue
bmccoy(at)chapelperilous(dot)net wrote:
> On Fri, 20 Oct 2000, Sue wrote:
>
> > I want to find out what version of PostgreSql is running. Outside of
> > calling someone
> > how can I do this? I use to be able to do the following:
> > select version();
> > while running psql. But this doesn't work any more.
>
> select version(); works in 7.0.2. You can also do psql -V at the command
> line.
>
> Brett W. McCoy
> http://www.chapelperilous.net
> ---------------------------------------------------------------------------
> "Consequences, Schmonsequences, as long as I'm rich."
> -- Looney Tunes, Ali Baba Bunny (1957, Chuck Jones)
From | Date | Subject | |
---|---|---|---|
Next Message | bmccoy | 2000-10-24 16:42:50 | Re: How do I find out the version number |
Previous Message | Vilson farias | 2000-10-24 16:30:54 | Delete temp tables |