how to manipulate object ? - Mailing list pgsql-admin

From Loïc TREGOUËT
Subject how to manipulate object ?
Date
Msg-id 38FF24AD.8DFB55FA@ext.cri74.org
Whole thread Raw
List 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 ....

pgsql-admin by date:

Previous
From: Loïc TREGOUËT
Date:
Subject: oreilly
Next
From: "Michael S. Kelly"
Date:
Subject: RE: oreilly