Re: "Man pages" for embedded postgresql functions ?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Richard Bayet <bayet(at)enseirb(dot)fr>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: "Man pages" for embedded postgresql functions ?
Date: 2001-03-24 14:34:21
Message-ID: Pine.LNX.4.30.0103241531190.2319-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Richard Bayet writes:

> I tried to find in the documentation the "advanced" postgresql
> functions, as "texticregexeq" (I'm currently trying to build a search
> engine for my web sites), but I couldn't find anything seeming to list
> all these functions, their behaviour and their use...

All user space operators and functions (for appropriate values of "all")
are documented in the respective chapter(s) in the PostgreSQL User's Guide
that is available on the web site and in the source and binary
distributions.

\df in psql shows a lot more functions, but most of these have semi- (or
fully) internal purposes. For example, the "texticregexeq" function is
the internal function that implements the '~*' regular expression matching
operator.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Richard Bayet 2001-03-24 14:55:39 Re: "Man pages" for embedded postgresql functions ?
Previous Message Richard Bayet 2001-03-24 13:38:21 "Man pages" for embedded postgresql functions ?