Re: How to know PostgreSql is install in Linux system.

From: "John Fabiani" <jfabiani(at)yolo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to know PostgreSql is install in Linux system.
Date: 2001-10-29 08:08:06
Message-ID: 9rj2mt$bnm$1@news.tht.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

That provides the version. Now check and see if it is running - ps -ef |
grep postmaster
John
"BaoBao" <shleung(at)tccgroup(dot)com(dot)sg> wrote in message
news:1c78164(dot)0110281746(dot)2633353d(at)posting(dot)google(dot)com(dot)(dot)(dot)
> Hi,all
>
> l have a very simple question is how can l know the server install
> PostgreSQL already?
>
> Because l'm not a root user in my company system , but l need to use
> postgresql and php to create the web program,when l use my telnet access
> under my account , typing command : rpm -qa|grep postgresql
>
> Then show me --
>
> postgresql-7.0.2-2C1
> postgresql-server-7.0.2-2C1
> postgresql-devel-7.0.2-2C1
> postgresql-test-7.0.2-2C1
> postgresql-perl-7.0.2-2C1
> postgresql-python-7.0.2-2C1
> postgresql-tcl-7.0.2-2C1
> postgresql-tk-7.0.2-2C1
> postgresql-jdbc-7.0.2-2C1
> postgresql-odbc-7.0.2-2C1
>
> Is it mean this version of postgresql is install in the system?
> or just have this package in this system , but still not install yet?
>
> Thanks very much.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jean-Michel POURE 2001-10-29 08:10:04 Re: [HACKERS] Ultimate DB Server
Previous Message Jean-Michel POURE 2001-10-29 07:50:36 Re: Ultimate DB Server