public inbox for [email protected]  
help / color / mirror / Atom feed
From: Tom Lane <[email protected]>
To: BeeRich Lists <[email protected]>
Cc: [email protected]
Subject: Re: FATAL: no such database
Date: Mon, 21 Feb 2022 19:54:36 -0500
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>
	<[email protected]>

[ please keep the list cc'd ]

BeeRich Lists <[email protected]> writes:
>> On Feb 21, 2022, at 3:43 PM, Tom Lane <[email protected]> wrote:
>> Well, that's just odd.  Do you have any nondefault extensions loaded into
>> the database?

> I have installed the following (what I remember, just a handful).  I’m unclear which ones :

>  cube          | 1.4     | public     | data type for multidimensional cubes
>  earthdistance | 1.1     | public     | calculate great-circle distances on the surface of the Earth
>  hstore        | 1.6     | public     | data type for storing sets of (key, value) pairs
>  pg_trgm       | 1.4     | public     | text similarity measurement and index searching based on trigrams
>  plpgsql       | 1.0     | pg_catalog | PL/pgSQL procedural language
>  uuid-ossp     | 1.1     | public     | generate universally unique identifiers (UUIDs)

None of those contain that string, either.

In any case, a generic extension wouldn't cause this problem,
it'd have to be something that adds code to session start.
I'm pretty sure that could only be modules that are listed
in shared_preload_libraries or session_preload_libraries;
have you got entries in either one?

[ thinks for a bit... ]  Another possibility perhaps is that
you've got something in front of the server, like a connection
pooler, and it's not coping.

			regards, tom lane





view thread (4+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected], [email protected]
  Subject: Re: FATAL: no such database
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox