Re: three things - Mailing list pgsql-general

From Rodrigo Castro
Subject Re: three things
Date
Msg-id Pine.LNX.4.21.0010241609050.700-100000@zaratustra.ulatina.ac.cr
Whole thread Raw
In response to three things  (Robert Kernell <kernell@sundog.larc.nasa.gov>)
List pgsql-general
On Tue, 24 Oct 2000, Robert Kernell wrote:

> Hi.
>
> 1.) Can someone point me to the Postgres User's Manual online (not Bruce M.'s
> book)?
>
> 2.) Can someone point me to the Postgres FAQ?
>
install doc of postgres

cd /usr/src/pgsql/postgresqlXXXXX/doc
gmake install

its make 2 dir in /usr/local/pgsql man And doc

later:

lynx /usr/local/pgsql/doc/programmer/index.html

its good manual its not online but its the best !!! :-)

> 3.) What is OID?
A OID (object id) a special integer that reference a file into
db

see lo_open,lo_write,lo_import , etc

>
> Thanx a bunch!
>
> Bob Kernell
> Research Scientist
> Surface Validation Group
> AS&M, Inc.
> email: kernell@sundog.larc.nasa.gov
> tel: 757-827-4631
>



pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: CREATE USER in RULE or TRIGGER
Next
From: Tom Lane
Date:
Subject: Re: counting groups