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 -- [email protected] | http://www.df7cb.de/ _______________________________________________ Pkg-postgresql-public mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-postgresql-public
