logo       

Re: table referencing itself: msg#00106

Subject: Re: table referencing itself
Daniel McBrearty wrote:
CREATE TABLE whatever (
id SERIAL PRIMARY KEY,
whatever_id INTEGER NOT NULL REFERENCES whatever(id),

Is there a way to get the id of the object being created in the
statement doing the creation? I don't even know if the db (postgresql)
can do that ... ?

id SERIAL makes the col base itself on a (probably auto-generated) sequence. you can just ask the sequence for the next integer, and use that in the create.

sequences keep issuing integers, never repeat themselves, and are independent of the cols based upon them (so you can do things like get the next seq id, then abort a transaction and rollback, but the next issued id will still be after that last issued, but aborted, one).

to find the sequence name go to the psql shell and type \d <return> and \d whatever <return> (for table "whatever").

not sure what magic DBIC has to aid the above, but I wouldn't be surprised if something was in there somewhere to help you :)

regards,
oliver.
--
Oliver Gorwits, Network Infrastructure Group,
Oxford University Computing Services



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe