Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 84ad06d

Browse files
committed
Manual cleanup for textcat.
1 parent f3e9cf9 commit 84ad06d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/man/pgbuiltin.3

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" This is -*-nroff-*-
22
.\" 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 $
44
.TH PGBUILTIN INTRO 04/01/97 PostgreSQL PostgreSQL
55
.SH "DESCRIPTION"
66
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
615615
directly usable as C function prototypes.
616616

617617
.nf
618+
.eo
618619
result |left_type |right_type|operatr|func_name
619620
---------+----------+----------+-------+-------------------
620621
_aclitem |_aclitem |aclitem |+ |aclinsert
@@ -1055,16 +1056,17 @@ point |point |point |+ |point_add
10551056
point |point |point |- |point_sub
10561057
point |point |point |/ |point_div
10571058
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
10611062
timespan |datetime |datetime |- |datetime_mi
10621063
timespan |timespan |timespan |+ |timespan_pl
10631064
timespan |timespan |timespan |- |timespan_mi
10641065
timespan |timespan |timespan |/ |timespan_div
10651066
tinterval|abstime |abstime |<#> |mktinterval
10661067
(446 rows)
10671068

1069+
.ec
10681070
.fi
10691071
.SH "LEFT UNARY OPERATORS"
10701072
The table below gives the left unary operators that are

0 commit comments

Comments
 (0)