提交 bc9b199c 编写于 作者: B Bruce Momjian

Change bool to boolean in docs.

上级 54121b9a
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.18 2000/10/05 19:48:17 momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.19 2000/11/02 19:26:44 momjian Exp $
Postgres documentation
-->
......@@ -307,7 +307,7 @@ SELECT one() AS answer;
is correct. It is intended for use in a CHECK contraint.
</para>
<programlisting>
CREATE FUNCTION ean_checkdigit(bpchar, bpchar) RETURNS bool
CREATE FUNCTION ean_checkdigit(bpchar, bpchar) RETURNS boolean
AS '/usr1/proj/bray/sql/funcs.so' LANGUAGE 'c';
CREATE TABLE product (
......
......@@ -9,7 +9,7 @@
#
# pre and post-branch logs:
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
#
cat "$@" |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册