Postgresql- Composite Types

Forum related to PostgreSQL

Moderators: gto, cipto_kh, EgonHugeist, olehs

Post Reply
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Postgresql- Composite Types

Post by sfxcc »

I use firebird but postgre have much more datatypes so i thinking to change to postgre.

I need to know if post gre suports Composite Types and if it have a embeeded server like firebird.


Thanks.
where's the code ..
trupka
Expert Boarder
Expert Boarder
Posts: 140
Joined: 26.08.2007, 22:10

Post by trupka »

Postgres has, among the other, composite types.
I'm working with both and, must say, PG have much more features. Take a look into excelent pg documentation.
Pg doesn't have embedded server and never will. Full instalation is quite small for todays machines so it is not handycap.
If you really need something light and compatible with postgresql protocol, try H2 database.
sfxcc
Senior Boarder
Senior Boarder
Posts: 95
Joined: 13.05.2010, 18:48

Post by sfxcc »

Ok thanks,
but zeos lib works fine with it(composite types), like in the dbgrid as a tcolumn child columns????

????
where's the code ..
trupka
Expert Boarder
Expert Boarder
Posts: 140
Joined: 26.08.2007, 22:10

Post by trupka »

Unfortunately no. Child columns are not supported.
Post Reply