Manual cleanup for textcat.

This commit is contained in:
Bruce Momjian 1997-09-16 02:49:23 +00:00
parent f3e9cf9c6b
commit 84ad06dd78
1 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
.\" This is -*-nroff-*- .\" This is -*-nroff-*-
.\" XXX standard disclaimer belongs here.... .\" XXX standard disclaimer belongs here....
.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.2 1997/09/01 06:21:00 thomas Exp $ .\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.3 1997/09/16 02:49:23 momjian Exp $
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
.SH "DESCRIPTION" .SH "DESCRIPTION"
This section describes the data types, functions and operators This section describes the data types, functions and operators
@ -615,6 +615,7 @@ These operations are cast in terms of SQL types and so are
directly usable as C function prototypes. directly usable as C function prototypes.
.nf .nf
.eo
result |left_type |right_type|operatr|func_name result |left_type |right_type|operatr|func_name
---------+----------+----------+-------+------------------- ---------+----------+----------+-------+-------------------
_aclitem |_aclitem |aclitem |+ |aclinsert _aclitem |_aclitem |aclitem |+ |aclinsert
@ -1055,9 +1056,9 @@ point |point |point |+ |point_add
point |point |point |- |point_sub point |point |point |- |point_sub
point |point |point |/ |point_div point |point |point |/ |point_div
polygon |point |circle |<-> |dist_pc polygon |point |circle |<-> |dist_pc
text |bpchar |bpchar |\|\| |textcat text |bpchar |bpchar ||| |textcat
text |text |text |\|\| |textcat text |text |text ||| |textcat
text |varchar |varchar |\|\| |textcat text |varchar |varchar ||| |textcat
timespan |datetime |datetime |- |datetime_mi timespan |datetime |datetime |- |datetime_mi
timespan |timespan |timespan |+ |timespan_pl timespan |timespan |timespan |+ |timespan_pl
timespan |timespan |timespan |- |timespan_mi timespan |timespan |timespan |- |timespan_mi
@ -1065,6 +1066,7 @@ timespan |timespan |timespan |/ |timespan_div
tinterval|abstime |abstime |<#> |mktinterval tinterval|abstime |abstime |<#> |mktinterval
(446 rows) (446 rows)
.ec
.fi .fi
.SH "LEFT UNARY OPERATORS" .SH "LEFT UNARY OPERATORS"
The table below gives the left unary operators that are The table below gives the left unary operators that are