Tom Lane wrote:
> Bruce Momjian writes:
> > There are many mentions of string used a function
> > arguments in func.sgml. Should those be changed to text?
>
> string is fine, especially if the function actually has a
> separate variant for bpchar. I was just unhappy with string,
FYI, in most c
Bruce Momjian writes:
> There are many mentions of string used a function
> arguments in func.sgml. Should those be changed to text?
string is fine, especially if the function actually has a
separate variant for bpchar. I was just unhappy with string,
which is a lie.
re
Tom Lane wrote:
> Bruce Momjian writes:
> > Seems there is some inconsistency there. There are two types of
> > function listings, one with just the types, and another with param_name
> > and then type. We use "string" instead of "text" because varchar() and
> > char() can also be used.
There a