Re: Is there a way to change email for subscription ?

2024-09-06 Thread Abdul Qoyyuum
I believe that's the only way to do it. On Thu, Sep 5, 2024 at 12:09 PM Muhammad Ikram wrote: > > Hi, > > I want to change email for my PostgreSQL community subscriptions. Is there > a way to do it without unsubscribing and then subscribing to a new email ? > > -- > Regards, > Muhammad Ikram > >

Re: Fixing or Mitigating this ERROR: invalid page in block 35217 of relation base/16421/3192429

2023-11-30 Thread Abdul Qoyyuum
Hi Chris, On Wed, Nov 29, 2023 at 7:38 PM Chris Travers wrote: > > > On Wed, Nov 29, 2023 at 4:36 PM Abdul Qoyyuum > wrote: > >> Hi all, >> >> Knowing that it's a data corruption issue, the only way to fix this is to >> vacuum and reindex the da

Re: Fixing or Mitigating this ERROR: invalid page in block 35217 of relation base/16421/3192429

2023-11-30 Thread Abdul Qoyyuum
Hi Stephen, On Wed, Nov 29, 2023 at 5:53 PM Stephen Frost wrote: > Greetings, > > * Abdul Qoyyuum (aqoyy...@cardaccess.com.bn) wrote: > > Knowing that it's a data corruption issue, the only way to fix this is to > > vacuum and reindex the database. What was s

Fixing or Mitigating this ERROR: invalid page in block 35217 of relation base/16421/3192429

2023-11-29 Thread Abdul Qoyyuum
Hi all, Knowing that it's a data corruption issue, the only way to fix this is to vacuum and reindex the database. What was suggested was the following: SET zero_damaged_pages = 0; # This is so that we can have the application to continue to run VACUUM FULL VERBOSE ANALYSE; # Do a full vacuum and

Re: Unable to Create or Drop Index Concurrently

2022-08-18 Thread Abdul Qoyyuum
Apparently just leaving it alone until tomorrow managed to finish creating/dropping the index. Thank you all very much. On Thu, Aug 18, 2022 at 5:00 PM hubert depesz lubaczewski wrote: > On Thu, Aug 18, 2022 at 01:57:48PM +0800, Abdul Qoyyuum wrote: > > Hi list, > > > > We

Unable to Create or Drop Index Concurrently

2022-08-17 Thread Abdul Qoyyuum
when dropping the invalid index, also takes a long time, my connection timed out, then when logging back in and check the table, it hasn't dropped. Question is, do we have to shutdown traffic and close all existing open connections in order to drop and properly recreate the index? Any advice a

Re: Help regarding Multi Tenancy with PostgreSQL

2022-08-15 Thread Abdul Qoyyuum
lable, Please share a resource > from where I can find a proper solution. > > > Thanks and Best Regards, > Gaurav Daunde > -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re: pg_dump is filling C: drive up to 100 percent

2022-07-19 Thread Abdul Qoyyuum
redirecting pg_dump output also to E:\, I was taking a tar dump output. > > But C:\ is getting filled up . Looks like it is used for some sort of > temporary staging. > > Is there a way not to use C:\ for this? > > > > Regards, > > Meera > > > -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re: Setting up a server with previous day data

2022-07-19 Thread Abdul Qoyyuum
o secondary. I can achieve this > manually using pg_basebackup on primary and pg_restore on secondary. Is > there any other automated efficient way to achieve the same? Any relevant > docs would be helpful. > > Regards, > Seenu. > -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re:

2022-06-16 Thread Abdul Qoyyuum
Best if you just maintain the logs into a log file instead of a database table. On Thu, Jun 16, 2022 at 10:08 PM Rama Krishnan wrote: > Hi , > > What type of temp database should i use to maintain logs or export logs? > > Thanks > Rama-krishnan > -- Abdul Qoyyuum Bin H

Re: How can I insert the image as a blob in the table

2021-04-12 Thread Abdul Qoyyuum
nable to resolve /home on the client machine. But maybe > pgAdmin has its own way to deal with this. Have you read its documentation? > > > > I don't know - server is running on the same OSX machine as pgAdmin will > be. > > So nobody is playing with the images? > > Is it even possible - to insert an image as BLOB into the database > using a simple > INSERT INTO query? > > Thank you. > > > > > Thank you. > > > > > > > > David J. > > > > > > -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re: Is it normal to have too many idle processes in postgresql cluster?

2021-03-07 Thread Abdul Qoyyuum
Thanks Christophe! I guess I had nothing to be worried about. On Mon, Mar 8, 2021 at 9:46 AM Christophe Pettus wrote: > > > > On Mar 7, 2021, at 17:34, Abdul Qoyyuum > wrote: > > Seems to get me worried. Should I be worried? Is this normal? If not, > what should I do?

Is it normal to have too many idle processes in postgresql cluster?

2021-03-07 Thread Abdul Qoyyuum
seems to suggest its nothing to worry about but [u...@db1.pr ~]$ ps -ef | grep postgres | grep idle | wc -l 213 Seems to get me worried. Should I be worried? Is this normal? If not, what should I do? -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re: ALTER ROLE ... SET in current database only

2021-02-15 Thread Abdul Qoyyuum
> dynamically. Alternatively, I could probably INSERT INTO / UPDATE > pg_db_role_setting manually? > > Any other ideas how to achieve this easily? Does the proposed "IN > CURRENT DATABASE" syntax sound useful to anyone else? > > Best, > > Wolfgang > > > -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043

Re: Set a specific database to log_statement='ddl' but others to be log_statement='all'

2021-02-15 Thread Abdul Qoyyuum
et to ALTER the database and log_statement changed to 'ddl' for specific databases but somehow doesn't work. Hence the short and small manual test to see. Abdul Qoyyuum Bin Haji Abdul Kadir System Engineer at Card Access Services HP: +673 720 8043 On Tue, 16 Feb 2021, 11:23 David G. J

Set a specific database to log_statement='ddl' but others to be log_statement='all'

2021-02-15 Thread Abdul Qoyyuum
21682]: [3602-1] etx_ecom> LOG: statement: INSERT into card_type VALUES('Q','TEST'); Why doesn't the Alter Database work? -- Abdul Qoyyuum Bin Haji Abdul Kadir HP No: +673 720 8043