4 ms·
Can you point an EdgeQL 'server' at, say, an Amazon RDS Postgres cluster?
by andyburke 7y ago
Can you point an EdgeQL 'server' at, say, an Amazon RDS Postgres cluster?
- 1st1 7y agoNo. Some of the features required us to slightly modify Postgres, but we'll be trying to upstream the changes.
- webmaven 7y ago> Some of the features required us to slightly modify Postgres, but we'll be trying to upstream the changes. An occasional post tracking the status of that upstreaming effort would be very welcome.
- 1st1 7y ago> An occasional post tracking the status of that upstreaming effort would be very welcome. We've already found a few bugs in Postgres and upstreamed fixes for them. There is a patch or two from us in their review pipeline right now.
- webmaven 7y ago> We've already found a few bugs in Postgres and submitted fixes for them. There is a patch or two from us in their review pipeline right now. May I assume that the slight modifications you were required to make to postgres in order to support your features weren't just bug-fixes?
- 1st1 7y ago> May I assume that the slight modifications you were required to make to postgres in order to support your features weren't just bug-fixes? Yes. Some of them, like strict parsing of timezone-aware vs naïve datetimes can be upstreamed (as a configurable option) if the Postgres community accepts it. It's in our interest to upstream things like that :) We'll see how it goes.