\dF wrt text search

From: Robert Treat <xzilla(at)users(dot)sourceforge(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: \dF wrt text search
Date: 2007-09-02 12:55:57
Message-ID: 200709020855.57459.xzilla@users.sourceforge.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-www

Section 12.1.3. Configurations of the developer docs notes that "Fortunately,
PostgreSQL comes with predefined configurations for many languages. (psql's
\dF shows all predefined configurations.)" but alas it doesn't seem to.

Welcome to psql 8.3devel, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

postgres=# \dF
Did not find any relation named "F".
postgres=# select version();
version
---------------------------------------------------------------------------------------------------
PostgreSQL 8.3devel on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 4.0.3
(Ubuntu 4.0.3-1ubuntu5)
(1 row)

Is this information just wrong, or is it floating around on someone's TODO
list? If it needs to be I could take a whack at it (though perhaps things are
still to in flux to worry about this yet?)

--
Robert Treat
Build A Brighter LAMP :: Linux Apache {middleware} PostgreSQL

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-09-02 14:05:08 Re: \dF wrt text search
Previous Message Heikki Linnakangas 2007-09-02 09:50:56 Re: [PATCH] Lazy xid assingment V2

Browse pgsql-www by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2007-09-02 14:05:08 Re: \dF wrt text search
Previous Message Devrim GÜNDÜZ 2007-09-02 12:14:14 Re: Fwd: PostgreSQL Quote