PostgreSQL 12 : Where in copy from
5 days ago a commit made it to 12devel that implements WHERE clause in COPY FROM.Today we're gonna see how it works and see how someone could achieve the same by using file_fdw.To begin with, lets create a table and…