| From: | Andreas Schmitz <mailinglist(at)longimanus(dot)net> |
|---|---|
| To: | pgsql-general(at)lists(dot)postgresql(dot)org |
| Subject: | Re: maintenance_work_mem |
| Date: | 2020-11-19 08:13:35 |
| Message-ID: | c94251bc-b186-fa86-aa43-11306b10ae44@longimanus.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
https://www.postgresql.org/docs/13/sql-show.html
https://www.postgresql.org/docs/13/sql-set.html
Regards
Andreas
Am 11/19/2020 um 9:05 AM schrieb Atul Kumar:
> Hi,
>
> I have below queries:
>
> 1. How do i check the maintenance_work_mem for current session, before
> setting some other value for this parameter for the same session.
>
> 2. and How do I set maintenance_work_mem for a session only, and how
> will it be "rollback" once my maintainance work is done, Do I need to
> execute any command for that or just closing the session will rollback
> what I set for the session.
>
>
> Please respond me query wise.
>
>
>
> Regards,
> Atul
>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Muthukumar.GK | 2020-11-19 08:27:33 | Multiple result set to be returned in procedure/function |
| Previous Message | Atul Kumar | 2020-11-19 08:05:22 | maintenance_work_mem |