HackerTrans
TopNewTrendsCommentsPastAskShowJobs

supamichelp

no profile record

comments

supamichelp
·3년 전·discuss
Yes.
supamichelp
·3년 전·discuss
pgxn does not (yet) support the notion of TLEs, but it certainly could with minimal changes. We're currently in discussion with the pgxn maintainers about how that would look.
supamichelp
·3년 전·discuss
RDS for Postgres 14+ does come with pg_tle, but it does not come with pgsql-http, so you cannot use the dbdev installer. But, you can still install TLEs, you just have to do so "by hand" by calling `pgtle.install_extension()` yourself, probably from a migration script depending on your tooling.

See the RDS docs here: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Postg...
supamichelp
·4년 전·discuss
Well it's not what you were expecting, but your idea sounds interesting too! Maybe you could muster the same open source forces to make it a reality?