pub async fn get_primary_key_columns( client: &Client, schema: &str, table: &str, ) -> Result<Vec<String>>
Get primary key columns for a table.
Returns the column names that form the primary key constraint.