On Tue, 1 Aug 2000, Tom Lane wrote:
> The Hermit Hacker <scrappy(at)hub(dot)org> writes:
> > curious though, but why would such a type even be used in the system
> > tables? what difference does it have to a varchar(256)?
>
> It was *fixed* length, not varlena. 256 bytes, no more, no less,
> no length word, no nuthin.
okay, reword ... what would have been the difference between that and
char(256)? :) I'm just curious as to whether it had any checks that would
have validated it as being a filename or something like that, that's all
...
In response to
Responses
pgsql-hackers by date
| Next: | From: Dave Smith | Date: 2000-08-01 20:40:33 |
| Subject: Re: [HACKERS] Re: random() function produces wrong range |
| Previous: | From: Stephan Szabo | Date: 2000-08-01 20:20:44 |
| Subject: Re: random() function produces wrong range |