# Functions
NewPostgresChatRepository creates a new instance of PostgresChatRepository with the provided PostgreSQL connection pool.
# Structs
PostgresChatRepository is the implementation of the ChatRepository interface for PostgreSQL.
# Interfaces
ChatRepository defines the interface for interacting with the chat-related database operations.