On Tue, 2003-10-21 at 09:33, Andreas Pflug wrote:
> Rod Taylor wrote:
>
> >
> >Of course, psql has the same issue in hiding functionality that doesn't
> >exist. My biggest beef is the psql help is often misleading if you're
> >connected to a different backend.
> >
> >This would need to be a part of a solution if we're going to get
> >anything out of it.
> >
> >
> No problem, let's put the complete documentation into the server!
> Something like pg_help(text, int2) e.g. SELECT pg_help('CREATE TABLE
> foo(..)', PG_HTML);
That would certainly be a part of it. I haven't put much thought outside
of the help / describe / tab completion portions.