BUG #18678: While installing the PostgreSQL wizard, it throws an error for an non found column

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: claudioan00(at)gmail(dot)com
Subject: BUG #18678: While installing the PostgreSQL wizard, it throws an error for an non found column
Date: 2024-10-30 19:57:53
Message-ID: 18678-d190c806734100da@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 18678
Logged by: Claudio
Email address: claudioan00(at)gmail(dot)com
PostgreSQL version: 17.0
Operating system: Windows 10 Home
Description:

I'm installing it after trying to install it once on a Windows 10 Home VM,
as i had to change from NAT network to Bridge to be able to download the
files it needed. It went ok until the StackBuilder it seems, as it threw
this error:

psql: ERROR: no existe la columna d.daticulocale
LINE 8: d.daticulocale as "ICU Locale",
^
HINT: Probablemente quiera hacer referencia a la columna
Â<<d.datlocaleÂ>>.

I don't know why this happened but Google says something about some version
problem where a table is not being used anymore.

Thanks and keep the great work.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David Rowley 2024-10-30 22:51:37 Re: BUG #18677: numeric values in arrays are stored incorrectly
Previous Message Tom Lane 2024-10-30 15:16:08 Re: jsonb_jsonpath test fails after 2024-11-03