John Gemignani
John Gemignani
@CapnSpek Feel free to propose your ideas for adjustments to that function here.
@CapnSpek I will ask others to review this as well.
Orderability is needed for sorting and for grouping. At least, that was the reason way, way, back. @CapnSpek I think you can go ahead, assuming no objections, with creating a...
@CC-Hsu > Although the [LOAD command](https://www.postgresql.org/docs/current/sql-load.html) is superuser-restricted, it may be replaced by setting [local_preload_libraries](https://postgresqlco.nf/doc/en/param/local_preload_libraries/) GUC, so that LOAD command can be skipped and allow non-superuser DB roles to use...
> Be aware there will be a failure for the first query. However, subsequent queries will be work. https://github.com/apache/age/issues/41. I need to point out that, per that link, you can...
@CC-Hsu Per https://www.postgresql.org/docs/current/sql-load.html > Non-superusers can only apply LOAD to library files located in $libdir/plugins/ — the specified filename must begin with exactly that string. (It is the database administrator's...
@CC-Hsu These are all DBA commands for database administrators of said database to set up. AGE is an extension/plugin to PostgreSQL and purposely makes no changes, as that is not...
@CC-Hsu > I think most DBAs may willing to That is why this is up to the DBAs - most is not all nor is it a good business practice...
@opentyler If someone would like to update the python driver, that would be great. This is an open source project and unfortunately, not all of us know python or have...
@moeed-k You need to specify the output type **and** you need to specify the name, like in @aru-d-at example above, and as illustrated below - ``` psql-11.5-5432-pgsql=# SELECT * from...