"Felipe Nievinski" <fnievinski(at)terra(dot)com(dot)br> writes:
> I would expect to be able to create a table with any name different
> than others tables' name.
A table also implies a type (for its rowtype) in Postgres. Sorry.
In 7.3 this will be less of a problem since user tables will live in
a different schema than system types do. For now, there's nothing
you can do except name your table something else.
regards, tom lane