|
|
|
|
|
by rdunklau
5347 days ago
|
|
On the top of my head, another list of features worth looking at:
- ARRAY support: makes your life easier, especially the array_agg aggregation function
- HSTORE extension: use postgresql like a key/value store
- SQL/MED implementation, foreign data wrappers: allows you to define external data sources as an extension. Things that I miss in postgresql:
- materialized views !!
- a better graphical management tool. |
|
http://tech.jonathangardner.net/wiki/PostgreSQL/Materialized...
it's not part of pg - but, it is something that you can write yourself due to the awesomeness of plpgsql.