Re: [HACKERS] Max size of data types and tuples. (fwd)

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Max size of data types and tuples. (fwd)
Дата
Msg-id 199801142127.QAA10257@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Max size of data types and tuples. (fwd)  (Peter T Mount <psqlhack@maidast.demon.co.uk>)
Ответы Re: [HACKERS] Max size of data types and tuples. (fwd)  (Peter T Mount <psqlhack@maidast.demon.co.uk>)
Список pgsql-hackers
>
> On Wed, 14 Jan 1998, Bruce Momjian wrote:
>
> > > This could be done as soon as I come up with a way of defining the packet
> > > size for the interfaces since this is the newest limiting factor.
> > >
> > > Peter's suggestion of backend functions for getting info might be the way to
> > > go.  It would let the various interfaces get the info they need and would be
> > > a step towards JDBC and ODBC compliance.
> >
> > Again, we could just set 3rd party apps to be the maximum tuple size we
> > will ever have to support.
>
> Currently, were returning some defaults based on the 8K block size.
>
> Probably for these, we may be able to get away with the values we are
> setting. However, there are a few things that I think we will still need
> to implement as functions.

OK, let's decide soon, so people can be ready for Feb 1.

--
Bruce Momjian
maillist@candle.pha.pa.us

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [HACKERS] Max size of data types and tuples. (fwd)
Следующее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] Just a small thing for 6.3 ...