Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@databases/pg-data-type-id

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@databases/pg-data-type-id - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

231

lib/index.d.ts

@@ -111,2 +111,6 @@ declare enum PgDataTypeID {

/**
* Array<jsonpath>
*/
_jsonpath = 4073,
/**
* Array<line>

@@ -160,2 +164,6 @@ */

/**
* Array<pg_snapshot>
*/
_pg_snapshot = 5039,
/**
* Array<point>

@@ -177,2 +185,6 @@ */

/**
* Array<regcollation>
*/
_regcollation = 4192,
/**
* Array<regconfig>

@@ -282,2 +294,6 @@ */

/**
* Array<xid8>
*/
_xid8 = 271,
/**
* Array<xml>

@@ -299,14 +315,69 @@ */

_record = 2287,
/**
* pseudo-type representing any type
*/
any = 2276,
/**
* pseudo-type representing a polymorphic array type
*/
anyarray = 2277,
/**
* pseudo-type representing a polymorphic common type
*/
anycompatible = 5077,
/**
* pseudo-type representing an array of polymorphic common type elements
*/
anycompatiblearray = 5078,
/**
* pseudo-type representing a polymorphic common type that is not an array
*/
anycompatiblenonarray = 5079,
/**
* pseudo-type representing a range over a polymorphic common type
*/
anycompatiblerange = 5080,
/**
* pseudo-type representing a polymorphic base type
*/
anyelement = 2283,
/**
* pseudo-type representing a polymorphic base type that is an enum
*/
anyenum = 3500,
/**
* pseudo-type representing a polymorphic base type that is not an array
*/
anynonarray = 2776,
/**
* pseudo-type representing a range over a polymorphic base type
*/
anyrange = 3831,
/**
* C-style string
*/
cstring = 2275,
/**
* pseudo-type for the result of an event trigger function
*/
event_trigger = 3838,
/**
* pseudo-type for the result of an FDW handler function
*/
fdw_handler = 3115,
/**
* pseudo-type for the result of an index AM handler function
*/
index_am_handler = 325,
/**
* pseudo-type representing an internal data structure
*/
internal = 2281,
/**
* pseudo-type for the result of a language handler function
*/
language_handler = 2280,
/**
* obsolete, deprecated pseudo-type
*/
opaque = 2282,

@@ -317,5 +388,18 @@ /**

pg_ddl_command = 32,
/**
* pseudo-type representing any composite type
*/
record = 2249,
table_am_handler = 269,
/**
* pseudo-type for the result of a trigger function
*/
trigger = 2279,
/**
* pseudo-type for the result of a tablesample method function
*/
tsm_handler = 3310,
/**
* pseudo-type for the result of a function with no real result
*/
void = 2278,

@@ -362,2 +446,5 @@ /**

gtsvector = 3642,
/**
* JSON stored as text
*/
json = 114,

@@ -369,2 +456,6 @@ /**

/**
* JSON path
*/
jsonpath = 4072,
/**
* XX:XX:XX:XX:XX:XX, MAC address

@@ -382,2 +473,6 @@ */

/**
* snapshot
*/
pg_snapshot = 5038,
/**
* reference to cursor (portal name)

@@ -415,2 +510,6 @@ */

/**
* full transaction id
*/
xid8 = 5069,
/**
* XML content

@@ -476,2 +575,6 @@ */

/**
* multivariate MCV list
*/
pg_mcv_list = 5017,
/**
* multivariate ndistinct coefficients

@@ -561,2 +664,6 @@ */

/**
* registered collation
*/
regcollation = 4191,
/**
* registered text search configuration

@@ -609,125 +716,7 @@ */

tinterval = 704,
pg_aggregate = 11256,
pg_am = 10130,
pg_amop = 10131,
pg_amproc = 10841,
pg_attrdef = 10000,
pg_attribute = 75,
pg_auth_members = 2843,
pg_authid = 2842,
pg_available_extension_versions = 11587,
pg_available_extensions = 11584,
pg_cast = 11263,
pg_class = 83,
pg_collation = 11507,
pg_config = 11618,
pg_constraint = 10001,
pg_conversion = 11485,
pg_cursors = 11581,
pg_database = 1248,
pg_db_role_setting = 11487,
pg_default_acl = 11504,
pg_depend = 11486,
pg_description = 11262,
pg_enum = 11483,
pg_event_trigger = 11261,
pg_extension = 11497,
pg_file_settings = 11606,
pg_foreign_data_wrapper = 11498,
pg_foreign_server = 11499,
pg_foreign_table = 11501,
pg_group = 11536,
pg_hba_file_rules = 11609,
pg_index = 10003,
pg_indexes = 11562,
pg_inherits = 10002,
pg_init_privs = 11505,
pg_language = 11253,
pg_largeobject = 11255,
pg_largeobject_metadata = 11254,
pg_locks = 11578,
pg_matviews = 11558,
pg_namespace = 11484,
pg_opclass = 10006,
pg_operator = 10004,
pg_opfamily = 10005,
pg_partitioned_table = 11508,
pg_pltemplate = 11489,
pg_policies = 11542,
pg_policy = 11502,
pg_prepared_statements = 11594,
pg_prepared_xacts = 11590,
pg_proc = 81,
pg_publication = 11512,
pg_publication_rel = 11513,
pg_publication_tables = 11574,
pg_range = 11509,
pg_replication_origin = 11503,
pg_replication_origin_status = 11732,
pg_replication_slots = 11700,
pg_rewrite = 11259,
pg_roles = 11528,
pg_rules = 11546,
pg_seclabel = 11506,
pg_seclabels = 11597,
pg_sequence = 11511,
pg_sequences = 11566,
pg_settings = 11601,
pg_shadow = 11532,
pg_shdepend = 11490,
pg_shdescription = 11491,
pg_shseclabel = 4066,
pg_stat_activity = 11683,
pg_stat_all_indexes = 11653,
pg_stat_all_tables = 11621,
pg_stat_archiver = 11718,
pg_stat_bgwriter = 11721,
pg_stat_database = 11704,
pg_stat_database_conflicts = 11707,
pg_stat_progress_vacuum = 11724,
pg_stat_replication = 11687,
pg_stat_ssl = 11697,
pg_stat_subscription = 11694,
pg_stat_sys_indexes = 11657,
pg_stat_sys_tables = 11629,
pg_stat_user_functions = 11710,
pg_stat_user_indexes = 11660,
pg_stat_user_tables = 11636,
pg_stat_wal_receiver = 11691,
pg_stat_xact_all_tables = 11625,
pg_stat_xact_sys_tables = 11633,
pg_stat_xact_user_functions = 11714,
pg_stat_xact_user_tables = 11640,
pg_statio_all_indexes = 11663,
pg_statio_all_sequences = 11673,
pg_statio_all_tables = 11643,
pg_statio_sys_indexes = 11667,
pg_statio_sys_sequences = 11677,
pg_statio_sys_tables = 11647,
pg_statio_user_indexes = 11670,
pg_statio_user_sequences = 11680,
pg_statio_user_tables = 11650,
pg_statistic = 11258,
pg_statistic_ext = 11257,
pg_stats = 11570,
pg_subscription = 6101,
pg_subscription_rel = 11514,
pg_tables = 11554,
pg_tablespace = 11488,
pg_timezone_abbrevs = 11612,
pg_timezone_names = 11615,
pg_transform = 11510,
pg_trigger = 11260,
pg_ts_config = 11492,
pg_ts_config_map = 11493,
pg_ts_dict = 11494,
pg_ts_parser = 11495,
pg_ts_template = 11496,
pg_type = 71,
pg_user = 11539,
pg_user_mapping = 11500,
pg_user_mappings = 11728,
pg_views = 11550,
/**
* pseudo-type representing an undetermined type
*/
unknown = 705
}
export default PgDataTypeID;

@@ -117,2 +117,6 @@ "use strict";

/**
* Array<jsonpath>
*/
PgDataTypeID[PgDataTypeID["_jsonpath"] = 4073] = "_jsonpath";
/**
* Array<line>

@@ -166,2 +170,6 @@ */

/**
* Array<pg_snapshot>
*/
PgDataTypeID[PgDataTypeID["_pg_snapshot"] = 5039] = "_pg_snapshot";
/**
* Array<point>

@@ -183,2 +191,6 @@ */

/**
* Array<regcollation>
*/
PgDataTypeID[PgDataTypeID["_regcollation"] = 4192] = "_regcollation";
/**
* Array<regconfig>

@@ -288,2 +300,6 @@ */

/**
* Array<xid8>
*/
PgDataTypeID[PgDataTypeID["_xid8"] = 271] = "_xid8";
/**
* Array<xml>

@@ -306,14 +322,69 @@ */

PgDataTypeID[PgDataTypeID["_record"] = 2287] = "_record";
/**
* pseudo-type representing any type
*/
PgDataTypeID[PgDataTypeID["any"] = 2276] = "any";
/**
* pseudo-type representing a polymorphic array type
*/
PgDataTypeID[PgDataTypeID["anyarray"] = 2277] = "anyarray";
/**
* pseudo-type representing a polymorphic common type
*/
PgDataTypeID[PgDataTypeID["anycompatible"] = 5077] = "anycompatible";
/**
* pseudo-type representing an array of polymorphic common type elements
*/
PgDataTypeID[PgDataTypeID["anycompatiblearray"] = 5078] = "anycompatiblearray";
/**
* pseudo-type representing a polymorphic common type that is not an array
*/
PgDataTypeID[PgDataTypeID["anycompatiblenonarray"] = 5079] = "anycompatiblenonarray";
/**
* pseudo-type representing a range over a polymorphic common type
*/
PgDataTypeID[PgDataTypeID["anycompatiblerange"] = 5080] = "anycompatiblerange";
/**
* pseudo-type representing a polymorphic base type
*/
PgDataTypeID[PgDataTypeID["anyelement"] = 2283] = "anyelement";
/**
* pseudo-type representing a polymorphic base type that is an enum
*/
PgDataTypeID[PgDataTypeID["anyenum"] = 3500] = "anyenum";
/**
* pseudo-type representing a polymorphic base type that is not an array
*/
PgDataTypeID[PgDataTypeID["anynonarray"] = 2776] = "anynonarray";
/**
* pseudo-type representing a range over a polymorphic base type
*/
PgDataTypeID[PgDataTypeID["anyrange"] = 3831] = "anyrange";
/**
* C-style string
*/
PgDataTypeID[PgDataTypeID["cstring"] = 2275] = "cstring";
/**
* pseudo-type for the result of an event trigger function
*/
PgDataTypeID[PgDataTypeID["event_trigger"] = 3838] = "event_trigger";
/**
* pseudo-type for the result of an FDW handler function
*/
PgDataTypeID[PgDataTypeID["fdw_handler"] = 3115] = "fdw_handler";
/**
* pseudo-type for the result of an index AM handler function
*/
PgDataTypeID[PgDataTypeID["index_am_handler"] = 325] = "index_am_handler";
/**
* pseudo-type representing an internal data structure
*/
PgDataTypeID[PgDataTypeID["internal"] = 2281] = "internal";
/**
* pseudo-type for the result of a language handler function
*/
PgDataTypeID[PgDataTypeID["language_handler"] = 2280] = "language_handler";
/**
* obsolete, deprecated pseudo-type
*/
PgDataTypeID[PgDataTypeID["opaque"] = 2282] = "opaque";

@@ -324,5 +395,18 @@ /**

PgDataTypeID[PgDataTypeID["pg_ddl_command"] = 32] = "pg_ddl_command";
/**
* pseudo-type representing any composite type
*/
PgDataTypeID[PgDataTypeID["record"] = 2249] = "record";
PgDataTypeID[PgDataTypeID["table_am_handler"] = 269] = "table_am_handler";
/**
* pseudo-type for the result of a trigger function
*/
PgDataTypeID[PgDataTypeID["trigger"] = 2279] = "trigger";
/**
* pseudo-type for the result of a tablesample method function
*/
PgDataTypeID[PgDataTypeID["tsm_handler"] = 3310] = "tsm_handler";
/**
* pseudo-type for the result of a function with no real result
*/
PgDataTypeID[PgDataTypeID["void"] = 2278] = "void";

@@ -371,2 +455,5 @@ // === DateTime ===

PgDataTypeID[PgDataTypeID["gtsvector"] = 3642] = "gtsvector";
/**
* JSON stored as text
*/
PgDataTypeID[PgDataTypeID["json"] = 114] = "json";

@@ -378,2 +465,6 @@ /**

/**
* JSON path
*/
PgDataTypeID[PgDataTypeID["jsonpath"] = 4072] = "jsonpath";
/**
* XX:XX:XX:XX:XX:XX, MAC address

@@ -391,2 +482,6 @@ */

/**
* snapshot
*/
PgDataTypeID[PgDataTypeID["pg_snapshot"] = 5038] = "pg_snapshot";
/**
* reference to cursor (portal name)

@@ -424,2 +519,6 @@ */

/**
* full transaction id
*/
PgDataTypeID[PgDataTypeID["xid8"] = 5069] = "xid8";
/**
* XML content

@@ -489,2 +588,6 @@ */

/**
* multivariate MCV list
*/
PgDataTypeID[PgDataTypeID["pg_mcv_list"] = 5017] = "pg_mcv_list";
/**
* multivariate ndistinct coefficients

@@ -577,2 +680,6 @@ */

/**
* registered collation
*/
PgDataTypeID[PgDataTypeID["regcollation"] = 4191] = "regcollation";
/**
* registered text search configuration

@@ -626,125 +733,6 @@ */

PgDataTypeID[PgDataTypeID["tinterval"] = 704] = "tinterval";
// === Composite ===
PgDataTypeID[PgDataTypeID["pg_aggregate"] = 11256] = "pg_aggregate";
PgDataTypeID[PgDataTypeID["pg_am"] = 10130] = "pg_am";
PgDataTypeID[PgDataTypeID["pg_amop"] = 10131] = "pg_amop";
PgDataTypeID[PgDataTypeID["pg_amproc"] = 10841] = "pg_amproc";
PgDataTypeID[PgDataTypeID["pg_attrdef"] = 10000] = "pg_attrdef";
PgDataTypeID[PgDataTypeID["pg_attribute"] = 75] = "pg_attribute";
PgDataTypeID[PgDataTypeID["pg_auth_members"] = 2843] = "pg_auth_members";
PgDataTypeID[PgDataTypeID["pg_authid"] = 2842] = "pg_authid";
PgDataTypeID[PgDataTypeID["pg_available_extension_versions"] = 11587] = "pg_available_extension_versions";
PgDataTypeID[PgDataTypeID["pg_available_extensions"] = 11584] = "pg_available_extensions";
PgDataTypeID[PgDataTypeID["pg_cast"] = 11263] = "pg_cast";
PgDataTypeID[PgDataTypeID["pg_class"] = 83] = "pg_class";
PgDataTypeID[PgDataTypeID["pg_collation"] = 11507] = "pg_collation";
PgDataTypeID[PgDataTypeID["pg_config"] = 11618] = "pg_config";
PgDataTypeID[PgDataTypeID["pg_constraint"] = 10001] = "pg_constraint";
PgDataTypeID[PgDataTypeID["pg_conversion"] = 11485] = "pg_conversion";
PgDataTypeID[PgDataTypeID["pg_cursors"] = 11581] = "pg_cursors";
PgDataTypeID[PgDataTypeID["pg_database"] = 1248] = "pg_database";
PgDataTypeID[PgDataTypeID["pg_db_role_setting"] = 11487] = "pg_db_role_setting";
PgDataTypeID[PgDataTypeID["pg_default_acl"] = 11504] = "pg_default_acl";
PgDataTypeID[PgDataTypeID["pg_depend"] = 11486] = "pg_depend";
PgDataTypeID[PgDataTypeID["pg_description"] = 11262] = "pg_description";
PgDataTypeID[PgDataTypeID["pg_enum"] = 11483] = "pg_enum";
PgDataTypeID[PgDataTypeID["pg_event_trigger"] = 11261] = "pg_event_trigger";
PgDataTypeID[PgDataTypeID["pg_extension"] = 11497] = "pg_extension";
PgDataTypeID[PgDataTypeID["pg_file_settings"] = 11606] = "pg_file_settings";
PgDataTypeID[PgDataTypeID["pg_foreign_data_wrapper"] = 11498] = "pg_foreign_data_wrapper";
PgDataTypeID[PgDataTypeID["pg_foreign_server"] = 11499] = "pg_foreign_server";
PgDataTypeID[PgDataTypeID["pg_foreign_table"] = 11501] = "pg_foreign_table";
PgDataTypeID[PgDataTypeID["pg_group"] = 11536] = "pg_group";
PgDataTypeID[PgDataTypeID["pg_hba_file_rules"] = 11609] = "pg_hba_file_rules";
PgDataTypeID[PgDataTypeID["pg_index"] = 10003] = "pg_index";
PgDataTypeID[PgDataTypeID["pg_indexes"] = 11562] = "pg_indexes";
PgDataTypeID[PgDataTypeID["pg_inherits"] = 10002] = "pg_inherits";
PgDataTypeID[PgDataTypeID["pg_init_privs"] = 11505] = "pg_init_privs";
PgDataTypeID[PgDataTypeID["pg_language"] = 11253] = "pg_language";
PgDataTypeID[PgDataTypeID["pg_largeobject"] = 11255] = "pg_largeobject";
PgDataTypeID[PgDataTypeID["pg_largeobject_metadata"] = 11254] = "pg_largeobject_metadata";
PgDataTypeID[PgDataTypeID["pg_locks"] = 11578] = "pg_locks";
PgDataTypeID[PgDataTypeID["pg_matviews"] = 11558] = "pg_matviews";
PgDataTypeID[PgDataTypeID["pg_namespace"] = 11484] = "pg_namespace";
PgDataTypeID[PgDataTypeID["pg_opclass"] = 10006] = "pg_opclass";
PgDataTypeID[PgDataTypeID["pg_operator"] = 10004] = "pg_operator";
PgDataTypeID[PgDataTypeID["pg_opfamily"] = 10005] = "pg_opfamily";
PgDataTypeID[PgDataTypeID["pg_partitioned_table"] = 11508] = "pg_partitioned_table";
PgDataTypeID[PgDataTypeID["pg_pltemplate"] = 11489] = "pg_pltemplate";
PgDataTypeID[PgDataTypeID["pg_policies"] = 11542] = "pg_policies";
PgDataTypeID[PgDataTypeID["pg_policy"] = 11502] = "pg_policy";
PgDataTypeID[PgDataTypeID["pg_prepared_statements"] = 11594] = "pg_prepared_statements";
PgDataTypeID[PgDataTypeID["pg_prepared_xacts"] = 11590] = "pg_prepared_xacts";
PgDataTypeID[PgDataTypeID["pg_proc"] = 81] = "pg_proc";
PgDataTypeID[PgDataTypeID["pg_publication"] = 11512] = "pg_publication";
PgDataTypeID[PgDataTypeID["pg_publication_rel"] = 11513] = "pg_publication_rel";
PgDataTypeID[PgDataTypeID["pg_publication_tables"] = 11574] = "pg_publication_tables";
PgDataTypeID[PgDataTypeID["pg_range"] = 11509] = "pg_range";
PgDataTypeID[PgDataTypeID["pg_replication_origin"] = 11503] = "pg_replication_origin";
PgDataTypeID[PgDataTypeID["pg_replication_origin_status"] = 11732] = "pg_replication_origin_status";
PgDataTypeID[PgDataTypeID["pg_replication_slots"] = 11700] = "pg_replication_slots";
PgDataTypeID[PgDataTypeID["pg_rewrite"] = 11259] = "pg_rewrite";
PgDataTypeID[PgDataTypeID["pg_roles"] = 11528] = "pg_roles";
PgDataTypeID[PgDataTypeID["pg_rules"] = 11546] = "pg_rules";
PgDataTypeID[PgDataTypeID["pg_seclabel"] = 11506] = "pg_seclabel";
PgDataTypeID[PgDataTypeID["pg_seclabels"] = 11597] = "pg_seclabels";
PgDataTypeID[PgDataTypeID["pg_sequence"] = 11511] = "pg_sequence";
PgDataTypeID[PgDataTypeID["pg_sequences"] = 11566] = "pg_sequences";
PgDataTypeID[PgDataTypeID["pg_settings"] = 11601] = "pg_settings";
PgDataTypeID[PgDataTypeID["pg_shadow"] = 11532] = "pg_shadow";
PgDataTypeID[PgDataTypeID["pg_shdepend"] = 11490] = "pg_shdepend";
PgDataTypeID[PgDataTypeID["pg_shdescription"] = 11491] = "pg_shdescription";
PgDataTypeID[PgDataTypeID["pg_shseclabel"] = 4066] = "pg_shseclabel";
PgDataTypeID[PgDataTypeID["pg_stat_activity"] = 11683] = "pg_stat_activity";
PgDataTypeID[PgDataTypeID["pg_stat_all_indexes"] = 11653] = "pg_stat_all_indexes";
PgDataTypeID[PgDataTypeID["pg_stat_all_tables"] = 11621] = "pg_stat_all_tables";
PgDataTypeID[PgDataTypeID["pg_stat_archiver"] = 11718] = "pg_stat_archiver";
PgDataTypeID[PgDataTypeID["pg_stat_bgwriter"] = 11721] = "pg_stat_bgwriter";
PgDataTypeID[PgDataTypeID["pg_stat_database"] = 11704] = "pg_stat_database";
PgDataTypeID[PgDataTypeID["pg_stat_database_conflicts"] = 11707] = "pg_stat_database_conflicts";
PgDataTypeID[PgDataTypeID["pg_stat_progress_vacuum"] = 11724] = "pg_stat_progress_vacuum";
PgDataTypeID[PgDataTypeID["pg_stat_replication"] = 11687] = "pg_stat_replication";
PgDataTypeID[PgDataTypeID["pg_stat_ssl"] = 11697] = "pg_stat_ssl";
PgDataTypeID[PgDataTypeID["pg_stat_subscription"] = 11694] = "pg_stat_subscription";
PgDataTypeID[PgDataTypeID["pg_stat_sys_indexes"] = 11657] = "pg_stat_sys_indexes";
PgDataTypeID[PgDataTypeID["pg_stat_sys_tables"] = 11629] = "pg_stat_sys_tables";
PgDataTypeID[PgDataTypeID["pg_stat_user_functions"] = 11710] = "pg_stat_user_functions";
PgDataTypeID[PgDataTypeID["pg_stat_user_indexes"] = 11660] = "pg_stat_user_indexes";
PgDataTypeID[PgDataTypeID["pg_stat_user_tables"] = 11636] = "pg_stat_user_tables";
PgDataTypeID[PgDataTypeID["pg_stat_wal_receiver"] = 11691] = "pg_stat_wal_receiver";
PgDataTypeID[PgDataTypeID["pg_stat_xact_all_tables"] = 11625] = "pg_stat_xact_all_tables";
PgDataTypeID[PgDataTypeID["pg_stat_xact_sys_tables"] = 11633] = "pg_stat_xact_sys_tables";
PgDataTypeID[PgDataTypeID["pg_stat_xact_user_functions"] = 11714] = "pg_stat_xact_user_functions";
PgDataTypeID[PgDataTypeID["pg_stat_xact_user_tables"] = 11640] = "pg_stat_xact_user_tables";
PgDataTypeID[PgDataTypeID["pg_statio_all_indexes"] = 11663] = "pg_statio_all_indexes";
PgDataTypeID[PgDataTypeID["pg_statio_all_sequences"] = 11673] = "pg_statio_all_sequences";
PgDataTypeID[PgDataTypeID["pg_statio_all_tables"] = 11643] = "pg_statio_all_tables";
PgDataTypeID[PgDataTypeID["pg_statio_sys_indexes"] = 11667] = "pg_statio_sys_indexes";
PgDataTypeID[PgDataTypeID["pg_statio_sys_sequences"] = 11677] = "pg_statio_sys_sequences";
PgDataTypeID[PgDataTypeID["pg_statio_sys_tables"] = 11647] = "pg_statio_sys_tables";
PgDataTypeID[PgDataTypeID["pg_statio_user_indexes"] = 11670] = "pg_statio_user_indexes";
PgDataTypeID[PgDataTypeID["pg_statio_user_sequences"] = 11680] = "pg_statio_user_sequences";
PgDataTypeID[PgDataTypeID["pg_statio_user_tables"] = 11650] = "pg_statio_user_tables";
PgDataTypeID[PgDataTypeID["pg_statistic"] = 11258] = "pg_statistic";
PgDataTypeID[PgDataTypeID["pg_statistic_ext"] = 11257] = "pg_statistic_ext";
PgDataTypeID[PgDataTypeID["pg_stats"] = 11570] = "pg_stats";
PgDataTypeID[PgDataTypeID["pg_subscription"] = 6101] = "pg_subscription";
PgDataTypeID[PgDataTypeID["pg_subscription_rel"] = 11514] = "pg_subscription_rel";
PgDataTypeID[PgDataTypeID["pg_tables"] = 11554] = "pg_tables";
PgDataTypeID[PgDataTypeID["pg_tablespace"] = 11488] = "pg_tablespace";
PgDataTypeID[PgDataTypeID["pg_timezone_abbrevs"] = 11612] = "pg_timezone_abbrevs";
PgDataTypeID[PgDataTypeID["pg_timezone_names"] = 11615] = "pg_timezone_names";
PgDataTypeID[PgDataTypeID["pg_transform"] = 11510] = "pg_transform";
PgDataTypeID[PgDataTypeID["pg_trigger"] = 11260] = "pg_trigger";
PgDataTypeID[PgDataTypeID["pg_ts_config"] = 11492] = "pg_ts_config";
PgDataTypeID[PgDataTypeID["pg_ts_config_map"] = 11493] = "pg_ts_config_map";
PgDataTypeID[PgDataTypeID["pg_ts_dict"] = 11494] = "pg_ts_dict";
PgDataTypeID[PgDataTypeID["pg_ts_parser"] = 11495] = "pg_ts_parser";
PgDataTypeID[PgDataTypeID["pg_ts_template"] = 11496] = "pg_ts_template";
PgDataTypeID[PgDataTypeID["pg_type"] = 71] = "pg_type";
PgDataTypeID[PgDataTypeID["pg_user"] = 11539] = "pg_user";
PgDataTypeID[PgDataTypeID["pg_user_mapping"] = 11500] = "pg_user_mapping";
PgDataTypeID[PgDataTypeID["pg_user_mappings"] = 11728] = "pg_user_mappings";
PgDataTypeID[PgDataTypeID["pg_views"] = 11550] = "pg_views";
// === Unknown ===
/**
* pseudo-type representing an undetermined type
*/
PgDataTypeID[PgDataTypeID["unknown"] = 705] = "unknown";

@@ -751,0 +739,0 @@ })(PgDataTypeID || (PgDataTypeID = {}));

{
"name": "@databases/pg-data-type-id",
"version": "1.0.0",
"version": "2.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc