Testcase:

create table links (targeturi text, uri text);
create table pages (pageid integer, uri text);
alter table links alter column targeturi type integer using (select pageid from 
pages where uri = targeturi);

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to