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

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Jarmo Paavilainen <netletter(at)comder(dot)com>
Cc: PostgreSQL lista <pgsql-general(at)hub(dot)org>
Subject: Re: About OID and the commands/operators STRING( ... ) ..AS and +
Date: 2000-09-23 17:15:44
Message-ID: Pine.BSF.4.10.10009231013430.73486-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jarmo Paavilainen 2000-09-23 17:30:14 About OID and the commands/operators STRING( ... )..AS and +
Previous Message Jarmo Paavilainen 2000-09-23 17:11:31 Idea to a replication solution (warning: long, boring, OT? and possibly stupid)