how to manipulate object ?

From: Loïc TREGOUËT <loic(at)ext(dot)cri74(dot)org>
To: pgsql-admin(at)postgresql(dot)org
Subject: how to manipulate object ?
Date: 2000-04-20 15:39:25
Message-ID: 38FF24AD.8DFB55FA@ext.cri74.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello

I try to create table with object .
example : create table myObject(
info text ,
loc int4);

create table test (
id int4,
obj myObject);

So , now how can i insert or select values in the table test ?

Thanks you for the response ....

Browse pgsql-admin by date

  From Date Subject
Next Message Michael S. Kelly 2000-04-21 00:02:22 RE: oreilly
Previous Message Loïc TREGOUËT 2000-04-20 12:32:57 oreilly