faster or ..... ????

Поиск
Список
Период
Сортировка
От dedy
Тема faster or ..... ????
Дата
Msg-id 20051006045440.18119.qmail@mail.unika.ac.id
обсуждение исходный текст
Ответы Re: faster or ..... ????  ("Dario" <dario_d_s@unitech.com.ar>)
Re: faster or ..... ????  (Tim Allen <tim@proximity.com.au>)
Список pgsql-admin
Hii all,
I eould like to asking about creating table in postgres
here is the
1> can postgres do such things like this one?
  # create table address as object(address varchar(100), post(6));
  # create table id (id integer not null primary key,
                     name char(100),address);

now i will
compare with this one >>
# create table id (id integer not null primary key, name char(100));
# create table address (id integer not null references id,
                       address varchar(100), post(6));

which is most faster???

Thank you very much for all your kind to answer my question
and my english is so bad isn't?

Dedy Styawan
Semarang

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: create table like syntax
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: RPMs for RedHat ES3.0 - installation problem