> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > OK, can someone confirm which items still need to be done to update the
> > documentation?
>
> > Remove ':' and ';' operators
>
> They're not actually removed yet, just deprecated, so if you have
> "removed" in the history file please change it. Otherwise, the
> docs are updated.
Deprecated. Sorry. Never updated this list.
> > Improve CREATE FUNCTION to allow type conversion specification
> > (Bernie Frankpitt)
>
> Huh? I'm not sure what that is.
OK. Here is the info. Not sure if it is in the man page or not.
Attached is the CVS log, and the actual diff of gram.y for that patch.
Seems the major change is:
! RETURNS func_return opt_with AS Sconst LANGUAGE Sconst
! RETURNS func_return opt_with AS func_as LANGUAGE Sconst
^^^^^^^
--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
In response to
Responses
pgsql-docs by date
| Next: | From: Bruce Momjian | Date: 2000-04-08 22:03:53 |
| Subject: Open documentation items for 7.0 |
| Previous: | From: Bruce Momjian | Date: 2000-04-08 20:34:22 |
| Subject: Re: Doc updates - pg_options |
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2000-04-08 22:05:31 |
| Subject: Re: [HACKERS] Doc updates |
| Previous: | From: Tatsuo Ishii | Date: 2000-04-08 08:07:29 |
| Subject: Re: [HACKERS] Doc updates |