\h behaviour - strange ?

From: Frank G Hahn <efgeho(at)cs(dot)auc(dot)dk>
To: pgsql-hackers(at)postgresql(dot)org
Subject: \h behaviour - strange ?
Date: 2000-05-03 22:33:27
Message-ID: Pine.GSO.4.21.0005040025230.23711-100000@borg.cs.auc.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi
Hope this is the correct mail-list for last-detail-bugs before release.
Just installed RC4.
Requested help on create function using \h using
tab-completion. Really nice feature btw.
However the \h expects everything after \h to be exact (after the initial
space(s) ).

The help-request below will return 'No help ...'
'\h CREATE FUNCTION ' <- Note ending space, result of tab-completion.

Would the preferred behaviour of \h not be white-space-stripping ?
(or rather ignoring white-spaces altogether)

Minor detail, but it's there.

doesn't accept
'\h create function'
either. (two spaces)

/Frank

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2000-05-03 23:10:27 Re: shmem_seq may be a bad idea
Previous Message Tom Lane 2000-05-03 22:26:40 Re: Why Not MySQL?