File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 $
33Postgres 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) RETURNS bool
310+ CREATE FUNCTION ean_checkdigit(bpchar, bpchar) RETURNS boolean
311311 AS '/usr1/proj/bray/sql/funcs.so' LANGUAGE 'c';
312312
313313CREATE TABLE product (
Original file line number Diff line number Diff line change 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
1515cat "$@" |
You can’t perform that action at this time.
0 commit comments