代码搜索:postgres

找到约 1,357 项符合「postgres」的源代码

代码结果 1,357
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/2717365

c mac.c

/* * PostgreSQL type definitions for MAC addresses. * * $PostgreSQL: pgsql/src/backend/utils/adt/mac.c,v 1.38 2007/06/05 21:31:06 tgl Exp $ */ #include "postgres.h" #include "access/hash.h" #inc
www.eeworm.com/read/376006/2717741

c common.c

/* $PostgreSQL: pgsql/src/interfaces/ecpg/pgtypeslib/common.c,v 1.14 2006/07/30 16:28:58 meskes Exp $ */ #include "postgres_fe.h" #include "extern.h" /* Return value is zero-filled. */ char * pgtyp
www.eeworm.com/read/364111/9921765

readme

一、文件说明:这是一个从PostgreSQL中摘取的正则表达式匹配模块。 c.h postgres.h postgres 公共的头文件 pg_wchar.h wchar.c mbutils.c wstrncmp.c encnames.c 宽位字符串处理相关的代码 regerrs.h regex.h regcustom.h regguts.h 正则表达式相关的头文件,用户使用的时候
www.eeworm.com/read/120487/6071948

c spell.c

#include #include #include #include #include "postgres.h" #include "spell.h" #define MAXNORMLEN 56 #define STRNCASECMP(x,y) (strncasecmp(x,y,strlen(y)))
www.eeworm.com/read/120487/6073796

h common.h

#include "postgres_fe.h" #include "libpq-fe.h" #include "pqexpbuffer.h" #include "getopt_long.h" #ifndef HAVE_OPTRESET int optreset; #endif const char *get_user_name(const char *progname); #defi
www.eeworm.com/read/183001/5258734

c spell.c

#include #include #include #include #include "postgres.h" #include "spell.h" #define MAX_NORM 1024 #define MAXNORMLEN 256 #define ERRSTRSIZE 1024 #define
www.eeworm.com/read/183001/5260044

c output.c

#include "postgres_fe.h" #include "extern.h" void output_line_number(void) { if (input_filename) fprintf(yyout, "\n#line %d \"%s\"\n", yylineno, input_filename); } void output_simple_statement(c
www.eeworm.com/read/406866/2272864

php rta_tables.php

RTA Table Editor RTA Table Editor
www.eeworm.com/read/120487/6073144

java abstractjdbc2statement.java

package org.postgresql.jdbc2; import java.io.*; import java.math.*; import java.sql.*; import java.util.Vector; import org.postgresql.Driver; import org.postgresql.largeobject.*; import org.postgres