unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73876] [PATCH 0/3] Add postgresql-libversion
@ 2024-10-19  8:49 Nicolas Graves via Guix-patches via
  2024-10-19  9:09 ` [bug#73876] [PATCH 1/3] gnu: Add libversion Nicolas Graves via Guix-patches via
  2024-10-20 14:21 ` [bug#73876] [PATCH v2 1/3] gnu: Add libversion Nicolas Graves via Guix-patches via
  0 siblings, 2 replies; 7+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2024-10-19  8:49 UTC (permalink / raw)
  To: 73876; +Cc: Nicolas Graves

I was in the process of trying to get more useful information from
repology for Guix using a database dump.  I've just jumped into the
postgresql-extensions rabbithole. Here's a properly constructed
extension.

I also wonder why:
- the postgresql-service is stuck with postgresql-10
- we don't patch postgresql with a native-search-path just like python so that pg_config/psql reads from this native-search-path for extensions and falls back to its current default instead. It seems like the reasonable thing to do instead of the circumvoluted directory-union for extensions.

Nicolas Graves (3):
  gnu: Add libversion.
  gnu: final-postgresql: Move to (gnu packages databases).
  gnu: Add postgresql-libversion.

 gnu/packages/databases.scm       |   9 +++
 gnu/packages/version-control.scm | 118 ++++++++++++++++++++++++++++++-
 gnu/services/databases.scm       |  26 +------
 3 files changed, 128 insertions(+), 25 deletions(-)

-- 
2.46.0





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-10-20 14:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-19  8:49 [bug#73876] [PATCH 0/3] Add postgresql-libversion Nicolas Graves via Guix-patches via
2024-10-19  9:09 ` [bug#73876] [PATCH 1/3] gnu: Add libversion Nicolas Graves via Guix-patches via
2024-10-19  9:09   ` [bug#73876] [PATCH 2/3] gnu: final-postgresql: Move to (gnu packages databases) Nicolas Graves via Guix-patches via
2024-10-19  9:09   ` [bug#73876] [PATCH 3/3] gnu: Add postgresql-libversion Nicolas Graves via Guix-patches via
2024-10-20 14:21 ` [bug#73876] [PATCH v2 1/3] gnu: Add libversion Nicolas Graves via Guix-patches via
2024-10-20 14:21   ` [bug#73876] [PATCH v2 2/3] gnu: Add postgresql-libversion Nicolas Graves via Guix-patches via
2024-10-20 14:21   ` [bug#73876] [PATCH v2 3/3] gnu: databases: Rewrite final-postgresql for postgresql-service Nicolas Graves via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).