Why is 'use_alias' hardcoded to true in deparseFromExprForRel() for some cases

2024-07-16 Thread Rajan Pandey
nly, and the JOIN will happen at the upper layer). In that case, using aliases in the remote queries seem redundant to me. Please correct me if I am missing something. Can we note pass `bms_membership(foreignrel->relids) == BMS_MULTIPLE` instead? -- Regards Rajan Pandey Software Developer, AWS

[no subject]

2024-05-09 Thread Rajan Pandey
/usr/local/pgsql/data/postgresql.auto.conf > cat: /usr/local/pgsql/data/postgresql.auto.conf: Permission denied rajanx@b0be835adb74 postgresql % su cat > /usr/local/pgsql/data/postgresql.auto.conf > Password: > su: Sorry > Please help! Thank you. :) -- Regards Rajan Pandey

Possible to exclude a database from loading a shared_preload_libraries module?

2024-04-19 Thread Rajan Pandey
Rajan Pandey

Re: Able to do ALTER DEFAULT PRIVILEGES from a user who is not the owner

2019-02-02 Thread rajan
Andrew, Another question, If the user student is not the owner of the Schema(additional) and has only USAGE / no privileges, How come it is able to modify permissions at schema level? - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: Able to do ALTER DEFAULT PRIVILEGES from a user who is not the owner

2019-02-02 Thread rajan
THanks for the response, Andrew. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Able to do ALTER DEFAULT PRIVILEGES from a user who is not the owner

2019-02-02 Thread rajan
N TABLE additional.chess TO student; ERROR: permission denied for relation chess learning=> - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: where clause not working through psql command line client

2019-02-01 Thread rajan
Thanks a lot, Amul. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

where clause not working through psql command line client

2019-02-01 Thread rajan
postgres@Server2[DEV][backup] $ psql -c 'select * from pg_class where relname = pg_toast_22345' ERROR: column "pg_toast_16387" does not exist LINE 1: select * from pg_class where relname = pg_toast_22345 - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/

Is there any way that one of the Postgres Background/Utility process may go down?

2018-12-25 Thread rajan
Is there any way that one of the Postgres Background process may go down? meaning the process getting stopped? For example, can the wal sender process alone stop working? If it does so, which part of the logs I must check to proceed further. - -- Thanks, Rajan. -- Sent from: http

Re: vacuum and autovacuum - is it good to configure the threshold at TABLE LEVEL?

2018-12-10 Thread rajan
Thanks for the reply Amul. Btw, No my table does not has any index. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: vacuum and autovacuum - is it good to configure the threshold at TABLE LEVEL?

2018-12-02 Thread rajan
and analyse_threshold set at 300, how can only analyse run and vacuum does not? This may be a stupid question. But any answer can help me understand. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: vacuum and autovacuum - is it good to configure the threshold at TABLE LEVEL?

2018-11-29 Thread rajan
thanks for the reply, amul. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

Re: vacuum and autovacuum - is it good to configure the threshold at TABLE LEVEL?

2018-11-27 Thread rajan
= 100);* at table level. - -- Thanks, Rajan. -- Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

vacuum and autovacuum - is it good to configure the threshold at TABLE LEVEL?

2018-11-26 Thread rajan
Hi, Please suggest me on the following, 1. Is it better to configure autovacuum threshold at table level? 2. Is there any discussions in this forum which I can refer for understanding vacuum/autovacuum? Thanks in advance. Rajan. - -- Thanks, Rajan. -- Sent from: http://www.postgresql