Re: PostgreSQL 8.0 Feature List?

Поиск
Список
Период
Сортировка
От Richard Welty
Тема Re: PostgreSQL 8.0 Feature List?
Дата
Msg-id Mahogany-0.66.0-15931-20040819-212413.00@averillpark.net
обсуждение исходный текст
Ответ на Re: PostgreSQL 8.0 Feature List?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-general
On Mon, 16 Aug 2004 10:27:04 -0400 Dave Cramer <pg@fastcrypt.com> wrote:
> It was a simple example. My point was that no modern java compiler will
> actually concatenate strings by instantiating and copying. They will
> either do as Thomas suggests, or in more complex examples use .append()

i was trying to drop out of the discussion as it's way off topic, but i must
confess that i've spent the time since last weekend actually learning
more about the issues. i'll put together something on the subject
and probably post a web page for comment. as it happens, there are
elements of truth to both sides of this, and it pays to actually look at
the things you are likely to want to do and think about the best way
to do them rather than just do something in a knee jerk manner.

yes, the example in Haggar is a bit contrived, and my example was
poorly chosen. the stuff i'm about to write up is quite different, and
much more carefully thought out.

richard
--
Richard Welty                                         rwelty@averillpark.net
Averill Park Networking                                         518-573-7592
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security

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

Предыдущее
От: Guy Naor
Дата:
Сообщение: Using Postgres with large number of databases per server
Следующее
От: TJ
Дата:
Сообщение: Re: how do I select unions into a temp table