I had thought that char2-16 add _no_ functionality over the char() and
varchar() types; Tatsuo points out at least one capability which they
have. Are there any others?
They give and take a char * pointer to a C function like
create function upper(char16)
returning char16 as '/u/my/upper.so' language 'sql';
whereas char() gives a varlena pointer.
Andreas
Responses
pgsql-hackers by date
| Next: | From: The Hermit Hacker | Date: 1998-03-19 17:05:47 |
| Subject: Re: [HACKERS] tables >2GB |
| Previous: | From: Bruce Momjian | Date: 1998-03-19 16:19:10 |
| Subject: Re: [HACKERS] tables >2GB |