Re: BUG #5143: psql \df doesn't recogize patterns - Mailing list pgsql-bugs

From Piotr Woliński
Subject Re: BUG #5143: psql \df doesn't recogize patterns
Date
Msg-id 4AE866AF.6090801@dfqs.pl
Whole thread Raw
In response to Re: BUG #5143: psql \df doesn't recogize patterns  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-bugs
Alvaro Herrera pisze:
> Piotr Wolinski wrote:
>
>
>> It looks like pqsl \df command doesn't recognize regexp pattern.
>>
>
> No, it doesn't use regexes, only shell patterns (* and ? only).
>
>
Is documentation correct? There is descprition just like \dt \dv and
other commands.

http://www.postgresql.org/docs/8.4/interactive/app-psql.html

\df[antwS+] [ /pattern/ ]
   Lists available functions, together with their arguments, return   types, and their function types: 'agg'
(aggregate),'normal',   'trigger', and 'window'. To display only functions of a specific   type, use the corresponding
lettersa, n, t, or w. If /pattern/ is   specified, only functions whose names match the pattern are shown.   If the
form\df+ is used, additional information about each   function, including volatility, language, source code and
description,is shown. By default, only user-created objects are   shown; supply a pattern or the S modifier to include
systemobjects. 



--
Piotr Woliński, biuro IT

Dom Finansowy QS Sp. z o.o. z siedzibą w Gdańsku, ul. Piastowska 11,
wpisany do Rejestru Przedsiębiorców Krajowego Rejestru Sądowego
przez Sąd Rejonowy Gdańsk-Północ w Gdańsku pod numerem KRS 66674,
z kapitałem zakładowym w wysokości 50.000,00 PLN, NIP 957-08-11-591.



pgsql-bugs by date:

Previous
From: "Francis, George"
Date:
Subject: Re: BUG #5144: Issue changing password
Next
From: "Bernt Marius Johnsen"
Date:
Subject: BUG #5145: Complex query with lots of LEFT JOIN causes segfault