Which of the following is not a valid method for securing data in PostgreSQL?
1
Using SSL/TLS encryption for network communication.
2
Setting up secure user authentication with passwords.
3
Using role-based access control to restrict database access.
4
Using file-level encryption to encrypt database files.