/* * See #new. */ static VALUE pgconn_init(argc, argv, self) int argc; VALUE *argv; VALUE self; { return pgconn_connect(argc, argv, self); }