| From: | Fabrízio de Royes Mello <fabriziomello(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-hackers(at)lists(dot)postgresql(dot)org, Jobin Augustine <jobinau(at)gmail(dot)com> |
| Subject: | Re: Improving display of octal GUCs |
| Date: | 2026-06-30 21:18:58 |
| Message-ID: | CAFcNs+pESmHx0qps0s8q7r6Jq2hVOTm_pyQCdAfqrDY1m=EwMg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Jun 30, 2026 at 5:32 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> regression=# SELECT name,setting,min_val,max_val,boot_val,reset_val
> FROM pg_settings
> WHERE name IN ('data_directory_mode', 'log_file_mode', 'unix_socket_permissions');
> name | setting | min_val | max_val | boot_val | reset_val
> -------------------------+---------+---------+---------+----------+-----------
> data_directory_mode | 0700 | 0000 | 0777 | 0700 | 0700
> log_file_mode | 0600 | 0000 | 0777 | 0600 | 0600
> unix_socket_permissions | 0777 | 0000 | 0777 | 0777 | 0777
> (3 rows)
>
> Details in the draft commit message.
>
Nice, the patch lgtm.
--
Fabrízio de Royes Mello
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2026-06-30 21:31:47 | Re: Centralised architecture detection |
| Previous Message | Mario González Troncoso | 2026-06-30 20:54:02 | Re: psql tab completion for user functions and if explicitly required also "pg_" |