i have a POSTS table in postgres whose schema looks like below
create table posts(postid int ,postname VARCHAR(255) NOT NULL, createdby VARCHAR(255) NOT NULL, PR