Y
Hacker News
new
|
ask
|
show
|
jobs
by
CodesInChaos
3100 days ago
One thing I'd like to see in postgres is support for a superset of json, such as timestamps or binary data inside a json document.
Replication and failover don't look so great in postgres either.
1 comments
hiram112
3100 days ago
Whenever I store binary data as text, I just base64 encode it and convert on the client.
link