From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | "Thomas F(dot) O'Connell" <tfo(at)sitening(dot)com> |
Cc: | PgSql General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: (b)trim anomalies |
Date: | 2004-12-02 17:37:41 |
Message-ID: | 200412021737.iB2Hbfo20949@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Thomas F. O'Connell wrote:
> Nice. Thanks, Bruce. If I felt as if I could speak a little more
> authoritatively about why it had been missing, I would've offered to
> document it.
>
> Now it is a psql/postgres internals issue that causes \df trim not to
> reveal anything?
It doesn't reveal with \df because we are mapping the ANSI-standard
syntax of TRIM to the Oracle-compatible function of btrim. That
mapping is not something psql can see.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew McMillan | 2004-12-02 17:58:15 | Re: pg_restore taking 4 hours! |
Previous Message | Tom Lane | 2004-12-02 17:33:48 | Re: pgsql8b5 not launching on OSX system start; otherwise OK |