|
1 | 1 | .\" This is -*-nroff-*-
|
2 | 2 | .\" XXX standard disclaimer belongs here....
|
3 |
| -.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.2 1997/09/01 06:21:00 thomas Exp $ |
| 3 | +.\" $Header: /cvsroot/pgsql/src/man/Attic/pgbuiltin.3,v 1.3 1997/09/16 02:49:23 momjian Exp $ |
4 | 4 | .TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
|
5 | 5 | .SH "DESCRIPTION"
|
6 | 6 | 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
|
615 | 615 | directly usable as C function prototypes.
|
616 | 616 |
|
617 | 617 | .nf
|
| 618 | +.eo |
618 | 619 | result |left_type |right_type|operatr|func_name
|
619 | 620 | ---------+----------+----------+-------+-------------------
|
620 | 621 | _aclitem |_aclitem |aclitem |+ |aclinsert
|
@@ -1055,16 +1056,17 @@ point |point |point |+ |point_add
|
1055 | 1056 | point |point |point |- |point_sub
|
1056 | 1057 | point |point |point |/ |point_div
|
1057 | 1058 | polygon |point |circle |<-> |dist_pc
|
1058 |
| -text |bpchar |bpchar |\|\| |textcat |
1059 |
| -text |text |text |\|\| |textcat |
1060 |
| -text |varchar |varchar |\|\| |textcat |
| 1059 | +text |bpchar |bpchar ||| |textcat |
| 1060 | +text |text |text ||| |textcat |
| 1061 | +text |varchar |varchar ||| |textcat |
1061 | 1062 | timespan |datetime |datetime |- |datetime_mi
|
1062 | 1063 | timespan |timespan |timespan |+ |timespan_pl
|
1063 | 1064 | timespan |timespan |timespan |- |timespan_mi
|
1064 | 1065 | timespan |timespan |timespan |/ |timespan_div
|
1065 | 1066 | tinterval|abstime |abstime |<#> |mktinterval
|
1066 | 1067 | (446 rows)
|
1067 | 1068 |
|
| 1069 | +.ec |
1068 | 1070 | .fi
|
1069 | 1071 | .SH "LEFT UNARY OPERATORS"
|
1070 | 1072 | The table below gives the left unary operators that are
|
|
0 commit comments