From: | Anton Shepelev <anton(dot)txt(at)gmail(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Cannot turn track_counts on |
Date: | 2025-04-21 16:26:55 |
Message-ID: | 20250421192655.fe19ec4146a2c8954d0cab9d@gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Adrian Klaver:
> Found it. It is coming from the Debian postgresql-common
> packaging.
>
> /usr/bin/pg_config is wrapper that contains:
>
> #!/bin/sh
>
> # If postgresql-server-dev-* is installed, call pg_config from the latest
> # available one. Otherwise fall back to libpq-dev's version.
Ah, that makes sense. The error message, however, is
misleading:
You need to install postgresql-server-dev-NN
for building a server-side extension
or libpq-dev
for building a client-side application.
because the user calling `pg_config' may not be intent upon
buidling either kind of application. Stating that pg_config
requires one of these pachages would be more understandable.
Thank you very much.
--
() ascii ribbon campaign -- against html e-mail
/\ www.asciiribbon.org -- against proprietary attachments
From | Date | Subject | |
---|---|---|---|
Next Message | Adrian Klaver | 2025-04-21 16:44:20 | Re: Order of update |
Previous Message | Greg Sabino Mullane | 2025-04-21 16:18:27 | Re: Pgbackrest fails due after an ISP change |