Incidentally there *is* a single-byte integer data type in Postgres,
it's called "char" (the quote marks are necessary in SQL due to the
char(n) data type).
It's a bit weird though, mainly because its output format is to output
ascii characters -- kind of like how C's single-byte integer data type
is mainly used to hold ascii characters...
In response to
pgsql-hackers by date
| Next: | From: Greg Stark | Date: 2009-07-02 00:51:04 |
| Subject: Re: pg_migrator versus inherited columns |
| Previous: | From: Tom Lane | Date: 2009-07-02 00:25:56 |
| Subject: Re: pg_migrator versus inherited columns |