how to manipulate object ?

Поиск
Список
Период
Сортировка
От Loïc TREGOUËT
Тема how to manipulate object ?
Дата
Msg-id 38FF24AD.8DFB55FA@ext.cri74.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Loïc TREGOUËT
Дата:
Сообщение: oreilly
Следующее
От: "Michael S. Kelly"
Дата:
Сообщение: RE: oreilly