OSDN Git Service

drop_function.sgml:
authorBruce Momjian <bruce@momjian.us>
Tue, 8 May 2001 17:51:30 +0000 (17:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 8 May 2001 17:51:30 +0000 (17:51 +0000)
commit04e14fa3505e72d0aab786bc4026eb14a8e64b74
tree3967f669235d382e8a535530336491e5f38251dd
parentcd11d33a365b573506809f45073cae68d622ee89
drop_function.sgml:
===================
In Notes:
 Refer to CREATE FUNCTION for information on creating aggregate functions.
                                                      ^^^^^^^^^^^^^^^^^^^
I assume it must read C function instead.

In Compatibility SQL/PSM:
 SQL/PSM is a proposed standard.

 We had that before: remove proposed.

drop_index.sgml:
================
<REFNAME>: Removes existing indexes from a database

as far as I can see index should be singular. The command description is
written as if only one index can be removed at a time. Interestingly
enough, in v7.0.2 it was in fact singular. Am I mistaken here?

drop_operator.sgml:
===================
In Outputs the arguments are referred to as type and type2, but the synopsis
and Inputs section these are left_type and right_type, respectively. Also,
oper is used in Outputs versus id in Inputs/Synopsis. In the translation I
follow the replaceables used in the Inputs/Synopsis part.

Frank Wegmann
doc/src/sgml/ref/create_operator.sgml
doc/src/sgml/ref/drop_index.sgml
doc/src/sgml/ref/drop_operator.sgml