<pre style="background-color:rgb(255,255,255)">Olá</pre><pre style="background-color:rgb(255,255,255)">acontece que já tenho as tabelas criadas.</pre><pre style="background-color:rgb(255,255,255)">será que dá para fazer algo como:</pre>
<pre style="background-color:rgb(255,255,255)">ALTER TABLE blabla ALTER COLUMN xpto ADD DOMAIN pedro; ????????</pre><pre style="background-color:rgb(255,255,255)"><br></pre><pre style="background-color:rgb(255,255,255)">cumprimentos</pre>
<pre style="background-color:rgb(255,255,255)">Pedro</pre><pre style="background-color:rgb(255,255,255)"><br></pre><pre style="background-color:rgb(255,255,255)"><br></pre><pre style="background-color:rgb(255,255,255)"><br>
</pre><pre style="background-color:rgb(255,255,255)">Pedro

Nunca trabalhei com domains no PostgreSQL, mas pelo que percebi deste
blog [1] e da documentação [2], parece-me que tens de aplicar o
comando ALTER TABLE e modificar o tipo de dados da(s) coluna(s) em
questão para o(s) teu(s) domain(s).

[1] - <a href="http://nigel.mcnie.name/blog/the-five-minute-guide-to-postgresql-domains-enums-on-steroids">http://nigel.mcnie.name/blog/the-five-minute-guide-to-postgresql-domains-enums-on-steroids</a>
[2] - <a href="http://www.postgresql.org/docs/9.1/static/ddl-alter.html#AEN2767">http://www.postgresql.org/docs/9.1/static/ddl-alter.html#AEN2767</a>

Boa sorte</pre>