BUG #1494: psql \df to_char

From: "Ludwig Lim" <ludz_lim(at)yahoo(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1494: psql \df to_char
Date: 2005-02-21 13:56:45
Message-ID: 20050221135645.AA6E5F0B06@svr2.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1494
Logged by: Ludwig Lim
Email address: ludz_lim(at)yahoo(dot)com
PostgreSQL version: 8.0.1
Operating system: Linux
Description: psql \df to_char
Details:

Hi:

I notice that when I type \df to_char in psql prompt the following does
not appear as one of the possible arguments of to_char:

time without time zone,text

However, the following select statement works:

SELECT to_char(current_time :: 'time without time zone', 'ss');

Is this a bug?

Version of PostgreSQL:
PostgreSQL 8.0.1 on i686-pc-linux-gnu compiled by GCC 2.96

Thanks in advance,
Ludwig Lim

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Richard Huxton 2005-02-21 14:02:43 Re: BUG #1485: upper case user names / creatuser
Previous Message Richard Huxton 2005-02-21 13:55:44 Re: BUG #1486: Apostrophes are not ignored in pgplsql comments