Shinya Kato writes:
> On Fri, Aug 1, 2025 at 2:16 AM Dagfinn Ilmari Mannsåker
> wrote:
>>
>> Dagfinn Ilmari Mannsåker writes:
>>
>> > I just noticed that in addition to ALTER ROLE ... RESET being buggy, the
>> > ALTER DATABASE ... RESET query doesn't schema-qualify the unnest() call.
>> > Here'
Hi!
On Fri, 8 Aug 2025 at 08:04, Shinya Kato wrote:
> In addition to SET SCHEMA, I think you should add tab completion for
> SET WITHOUT OIDS.
This is unsupported since v12 [1]
[1]
https://www.postgresql.org/docs/current/sql-altertable.html#SQL-ALTERTABLE-DESC-SET-WITHOUT-OIDS
--
Best regar
On Fri, Aug 1, 2025 at 2:16 AM Dagfinn Ilmari Mannsåker
wrote:
>
> Dagfinn Ilmari Mannsåker writes:
>
> > I just noticed that in addition to ALTER ROLE ... RESET being buggy, the
> > ALTER DATABASE ... RESET query doesn't schema-qualify the unnest() call.
> > Here's an updated patch series that f
Dagfinn Ilmari Mannsåker writes:
> I just noticed that in addition to ALTER ROLE ... RESET being buggy, the
> ALTER DATABASE ... RESET query doesn't schema-qualify the unnest() call.
> Here's an updated patch series that fixes that too. The first two are
> bug fixes to features new in 18 and sho
Dagfinn Ilmari Mannsåker writes:
> Peter Eisentraut writes:
>
>> On 09.06.25 22:27, Dagfinn Ilmari Mannsåker wrote:
>>> I noticed that psql tab-completes every possible session-settable
>>> variable after RESET, not just the ones that have actually been set in
>>> the current session. However,
Peter Eisentraut writes:
> On 09.06.25 22:27, Dagfinn Ilmari Mannsåker wrote:
>> I noticed that psql tab-completes every possible session-settable
>> variable after RESET, not just the ones that have actually been set in
>> the current session. However, as I was fixing that I noticed several
>>
On 09.06.25 22:27, Dagfinn Ilmari Mannsåker wrote:
I noticed that psql tab-completes every possible session-settable
variable after RESET, not just the ones that have actually been set in
the current session. However, as I was fixing that I noticed several
other deficiencies around other forms o
Dagfinn Ilmari Mannsåker writes:
> Hi hackers,
>
> I noticed that psql tab-completes every possible session-settable
> variable after RESET, not just the ones that have actually been set in
> the current session. However, as I was fixing that I noticed several
> other deficiencies around other f
Hi hackers,
I noticed that psql tab-completes every possible session-settable
variable after RESET, not just the ones that have actually been set in
the current session. However, as I was fixing that I noticed several
other deficiencies around other forms of SET/RESET. So, here's the
resulting y