PGSQL_CONV_IGNORE_DEFAULT 1193 ext/pgsql/pgsql.c 	REGISTER_LONG_CONSTANT("PGSQL_CONV_IGNORE_DEFAULT", PGSQL_CONV_IGNORE_DEFAULT, CONST_CS | CONST_PERSISTENT);
PGSQL_CONV_IGNORE_DEFAULT 5787 ext/pgsql/pgsql.c 		if (!(opt & PGSQL_CONV_IGNORE_DEFAULT) && Z_TYPE_P(has_default) == IS_TRUE) { \
PGSQL_CONV_IGNORE_DEFAULT  206 ext/pgsql/php_pgsql.h #define PGSQL_CONV_OPTS             (PGSQL_CONV_IGNORE_DEFAULT|PGSQL_CONV_FORCE_NULL|PGSQL_CONV_IGNORE_NOT_NULL)