pub fn visit_pg_table<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast PgTable<T>) where V: Visit<'ast, T> + ?Sized,