Обсуждение: client for solaris

Поиск
Список
Период
Сортировка

client for solaris

От
Aravind Vinnakota
Дата:
Hi all,
  I am looking for a postgreSQL client (okay with command line client) for
installing on a Solaris 8 machine. The basic idea is to use the client and
retreive the data from a database running on another machine. So, I want
to know where I can get the client (url) for solaris? I dont want all the
source, only the source of client. I am assuming postgreSQL will run on
solaris. I can make a package from the source. By client, I mean the
client libraries.

thanks,
Aravind





Re: client for solaris

От
"Mr OCP"
Дата:
Just complie the source and install it, don't do an initdd and add it to
your path :

psql -h <host> <dbname>

Khat






>From: Aravind Vinnakota <aravind@csee.wvu.edu>
>To: pgsql-admin@postgresql.org
>Subject: [ADMIN] client for solaris Date: Thu, 12 Dec 2002 18:52:00 -0500
>(EST)
>
>Hi all,
>   I am looking for a postgreSQL client (okay with command line client) for
>installing on a Solaris 8 machine. The basic idea is to use the client and
>retreive the data from a database running on another machine. So, I want
>to know where I can get the client (url) for solaris? I dont want all the
>source, only the source of client. I am assuming postgreSQL will run on
>solaris. I can make a package from the source. By client, I mean the
>client libraries.
>
>thanks,
>Aravind
>
>
>
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail


Re: client for solaris

От
Ian Barwick
Дата:
On Friday 13 December 2002 00:52, Aravind Vinnakota wrote:
> Hi all,
>   I am looking for a postgreSQL client (okay with command line client) for
> installing on a Solaris 8 machine. The basic idea is to use the client and
> retreive the data from a database running on another machine. So, I want
> to know where I can get the client (url) for solaris? I dont want all the
> source, only the source of client. I am assuming postgreSQL will run on
> solaris. I can make a package from the source. By client, I mean the
> client libraries.

You will have to download the entire PostgreSQL source; the smallest available
package is "postgresql-base-x.x.tar.gz" which doesn't include the docs. etc.

This page:
http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/install-procedure.html
contains info on installing the standard client apps without the server.

Ian Barwick
barwick@gmx.net



Re: client for solaris

От
Huub
Дата:
Hi,

I've followed the instructions on the site but if psql is the mentioned
client, I can't access it, no matter begin user or su.

Huub

Ian Barwick wrote:
> On Friday 13 December 2002 00:52, Aravind Vinnakota wrote:
>
>>Hi all,
>>  I am looking for a postgreSQL client (okay with command line client) for
>>installing on a Solaris 8 machine. The basic idea is to use the client and
>>retreive the data from a database running on another machine. So, I want
>>to know where I can get the client (url) for solaris? I dont want all the
>>source, only the source of client. I am assuming postgreSQL will run on
>>solaris. I can make a package from the source. By client, I mean the
>>client libraries.
>
>
> You will have to download the entire PostgreSQL source; the smallest availa=
> ble
> package is "postgresql-base-x.x.tar.gz" which doesn't include the docs. etc.
>
> This page:
> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/install-procedu=
> re.html
> contains info on installing the standard client apps without the server.
>
> Ian Barwick
> barwick@gmx.net
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html


Re: client for solaris

От
Huub
Дата:
Huub wrote:
> Hi,
>
> I've followed the instructions on the site but if psql is the mentioned
> client, I can't access it, no matter begin user or su.
>
> Huub
BTW, I run RedHat Linux 8..does that make a difference?

Huub
>
> Ian Barwick wrote:
>
>> On Friday 13 December 2002 00:52, Aravind Vinnakota wrote:
>>
>>> Hi all,
>>>  I am looking for a postgreSQL client (okay with command line client)
>>> for
>>> installing on a Solaris 8 machine. The basic idea is to use the
>>> client and
>>> retreive the data from a database running on another machine. So, I want
>>> to know where I can get the client (url) for solaris? I dont want all
>>> the
>>> source, only the source of client. I am assuming postgreSQL will run on
>>> solaris. I can make a package from the source. By client, I mean the
>>> client libraries.
>>
>>
>>
>> You will have to download the entire PostgreSQL source; the smallest
>> availa=
>> ble
>> package is "postgresql-base-x.x.tar.gz" which doesn't include the
>> docs. etc.
>>
>> This page:
>> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/install-procedu=
>>
>> re.html
>> contains info on installing the standard client apps without the server.
>>
>> Ian Barwick
>> barwick@gmx.net
>>
>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 5: Have you checked our extensive FAQ?
>>
>> http://www.postgresql.org/users-lounge/docs/faq.html
>
>


Re: client for solaris

От
Ian Barwick
Дата:
On Monday 16 December 2002 09:54, Huub wrote:
> Huub wrote:
> > Hi,
> >
> > I've followed the instructions on the site but if psql is the mentioned
> > client, I can't access it, no matter begin user or su.

what exactly can't you access? psql or the remote database?
What didn't work, and how?

> BTW, I run RedHat Linux 8..does that make a difference?

Only if you give some more details ;-)

Ian Barwick
barwick@gmx.net

>
> > Ian Barwick wrote:
> >> On Friday 13 December 2002 00:52, Aravind Vinnakota wrote:
> >>> Hi all,
> >>>  I am looking for a postgreSQL client (okay with command line client)
> >>> for
> >>> installing on a Solaris 8 machine. The basic idea is to use the
> >>> client and
> >>> retreive the data from a database running on another machine. So, I
> >>> want to know where I can get the client (url) for solaris? I dont want
> >>> all the
> >>> source, only the source of client. I am assuming postgreSQL will run on
> >>> solaris. I can make a package from the source. By client, I mean the
> >>> client libraries.
> >>
> >> You will have to download the entire PostgreSQL source; the smallest
> >> availa=
> >> ble
> >> package is "postgresql-base-x.x.tar.gz" which doesn't include the
> >> docs. etc.
> >>
> >> This page:
> >> http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/install-proc
> >>edu=
> >>
> >> re.html
> >> contains info on installing the standard client apps without the server.
> >>
> >> Ian Barwick
> >> barwick@gmx.net
> >>
> >>
> >>
> >> ---------------------------(end of broadcast)---------------------------
> >> TIP 5: Have you checked our extensive FAQ?
> >>
> >> http://www.postgresql.org/users-lounge/docs/faq.html
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html