We currently have ReloadTyes() (and async) on NpgsqlConnection, although they're logically more operations on the data source. We should consider adding NpgsqlDataSource.ReloadTypes(), so that people won't need to go through the useless dance of creation a connection just in order to reload types.