faster or ..... ???? - Mailing list pgsql-admin

From dedy
Subject faster or ..... ????
Date
Msg-id 20051006045440.18119.qmail@mail.unika.ac.id
Whole thread Raw
Responses Re: faster or ..... ????  ("Dario" <dario_d_s@unitech.com.ar>)
Re: faster or ..... ????  (Tim Allen <tim@proximity.com.au>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: create table like syntax
Next
From: Devrim GUNDUZ
Date:
Subject: Re: RPMs for RedHat ES3.0 - installation problem