Re: About OID and the commands/operators STRING( ... ) ..AS and +

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: About OID and the commands/operators STRING( ... ) ..AS and +
Дата
Msg-id Pine.BSF.4.10.10009231013430.73486-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на About OID and the commands/operators STRING( ... ) ..AS and +  ("Jarmo Paavilainen" <netletter@comder.com>)
Ответы About OID and the commands/operators STRING( ... )..AS and +  ("Jarmo Paavilainen" <netletter@comder.com>)
Список pgsql-general
On Sat, 23 Sep 2000, Jarmo Paavilainen wrote:

> Hi,
>
> I suspect that OID are reused, but how fast are they reused?

IIRC, they are not reused at all.

> And does PostgreSQL support the STRING and AS command?

What does STRING do?  I don't see a function with that name, but
it's possible we have it with a different name.
If it's just cast value to a string, then use text(field) or
field::text.



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

Предыдущее
От: "Jarmo Paavilainen"
Дата:
Сообщение: Idea to a replication solution (warning: long, boring, OT? and possibly stupid)
Следующее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: running maintenance tasks on DB