代码搜索:PostgreSQL

找到约 4,136 项符合「PostgreSQL」的源代码

代码结果 4,136
www.eeworm.com/read/387667/2557136

h pg_config_os.h

/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.63.2.3 2007/11/29 16:44:26 mha Exp $ */ #if defined(_MSC_VER) || defined(__BORLANDC__) #define WIN32_ONLY_COMPILER #endif /* undefine and redefine
www.eeworm.com/read/387667/2557194

h win32.h

/* $PostgreSQL: pgsql/src/include/port/win32.h,v 1.63.2.3 2007/11/29 16:44:26 mha Exp $ */ #if defined(_MSC_VER) || defined(__BORLANDC__) #define WIN32_ONLY_COMPILER #endif /* undefine and redefine
www.eeworm.com/read/376006/2716897

sgml drop_cast.sgml

DROP CAST
www.eeworm.com/read/376006/2717021

sgml create_cast.sgml

CREATE CAST
www.eeworm.com/read/376006/2717024

sgml set_constraints.sgml

SE
www.eeworm.com/read/376006/2717035

makefile

# $PostgreSQL: pgsql/src/pl/tcl/modules/Makefile,v 1.4 2005/12/09 21:19:36 petere Exp $ subdir = src/pl/tcl/modules top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global MODULES = p
www.eeworm.com/read/376006/2717151

h aix.h

/* * $PostgreSQL: pgsql/src/backend/port/dynloader/aix.h,v 1.13 2005/10/15 02:49:23 momjian Exp $ * * @(#)dlfcn.h 1.4 revision of 95/04/25 09:36:52 * This is an unpublished work copyright (c) 199
www.eeworm.com/read/376006/2717169

c win32.c

/* $PostgreSQL: pgsql/src/backend/port/dynloader/win32.c,v 1.9 2006/12/04 22:23:40 momjian Exp $ */ #include "postgres.h" char *dlerror(void); int dlclose(void *handle); void *dlsym(void *ha
www.eeworm.com/read/376006/2717220

c rmgr.c

/* * rmgr.c * * Resource managers definition * * $PostgreSQL: pgsql/src/backend/access/transam/rmgr.c,v 1.25 2006/11/05 22:42:07 tgl Exp $ */ #include "postgres.h" #include "access/clog.h" #inc
www.eeworm.com/read/376006/2717733

h extern.h

/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/extern.h,v 1.8 2006/03/11 04:38:39 momjian Exp $ */ #ifndef __PGTYPES_COMMON_H__ #define __PGTYPES_COMMON_H__ #include "pgtypes_error.h" /* Thes