Does PostgreSQL support data encryption features at transactional and the table level of database? If yes, how?
Oracle provides this via database and network encryption. Oracle provides encryption at table, tablespace level. Does PostgreSQL also supports this?