Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbc9b199

Browse files
committed
Change bool to boolean in docs.
1 parent54121b9 commitbc9b199

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎doc/src/sgml/ref/create_function.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.18 2000/10/05 19:48:17 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_function.sgml,v 1.19 2000/11/02 19:26:44 momjian Exp $
33
Postgres documentation
44
-->
55

@@ -307,7 +307,7 @@ SELECT one() AS answer;
307307
is correct. It is intended for use in a CHECK contraint.
308308
</para>
309309
<programlisting>
310-
CREATE FUNCTION ean_checkdigit(bpchar, bpchar) RETURNSbool
310+
CREATE FUNCTION ean_checkdigit(bpchar, bpchar) RETURNSboolean
311311
AS '/usr1/proj/bray/sql/funcs.so' LANGUAGE 'c';
312312

313313
CREATE TABLE product (

‎src/tools/pgcvslog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# pre and post-branch logs:
1111
# cvs log -d'2000-05-08 00:00:00 GMT<2000-05-29 00:00:00 GMT'
12-
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
12+
# cvs log -d'>2000-05-29 00:00:00 GMT' -rREL7_0_PATCHES
1313
#
1414

1515
cat "$@" |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp