Re: [DOCS] [PATCHES] small doc patch for regexp_replace

2006-05-18 Thread Bruce Momjian
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

Re: [DOCS] [PATCHES] small doc patch for regexp_replace

2006-05-18 Thread Tom Lane
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

Re: [DOCS] [PATCHES] small doc patch for regexp_replace

2006-05-18 Thread Bruce Momjian
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