Hi,

I don't know if it is possible in postgreSQL create a table into a table, as a column. I know that this is not into NF, but I've got some problems trying to simulate this into another types.
The thing I want is something like:

Varchar(10) | varchar(10) | integer | integer| integer|
-----------------------------------------------------------------------
    jfnsklfjd   |    fdsfd       |       2   |    3      |  6
                  |    vcsfsad   |       3   |    43    |  63
    jfnsklfjd   |    fh4w       |       2    |    3      |  76
         ygfd   |    fdaw       |       0   |    43    |  98
...


Have any body something about?, can I find any example?

thanks a lot,

yours

Cris..