Re: Effect of large text field data on queries
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Glen Parker <glenebob(at)nwlink(dot)com>
- Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
- Subject: Re: Effect of large text field data on queries
- Date: Thu, 26 Oct 2006 17:29:34 -0400
- Message-id: <25750(dot)1161898174(at)sss(dot)pgh(dot)pa(dot)us>
Glen Parker <glenebob(at)nwlink(dot)com> writes:
> How can I determine the default storage type for a given TOASTable
> data type (text in this case)?
Look in pg_type ... but they mostly default to "extended".
regards, tom lane
Home |
Main Index |
Thread Index