Postgresql – Foreign Table with Parameter in Query
How can i use variables in a query of a foreign table? I could ALTER the option (query) of the foreign tabel and add the variable into the where clause but i am concerned that this locks the foreign table…