代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/183001/5259331
c parse_type.c
/*-------------------------------------------------------------------------
*
* parse_type.c
* handle type operations for parser
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Developme
www.eeworm.com/read/183001/5259334
c parse_coerce.c
/*-------------------------------------------------------------------------
*
* parse_coerce.c
* handle type coercions/conversions for parser
*
* Portions Copyright (c) 1996-2005, PostgreSQL Glo
www.eeworm.com/read/183001/5259335
c parse_node.c
/*-------------------------------------------------------------------------
*
* parse_node.c
* various routines that make nodes for querytrees
*
* Portions Copyright (c) 1996-2005, PostgreSQL G
www.eeworm.com/read/183001/5259339
c analyze.c
/*-------------------------------------------------------------------------
*
* analyze.c
* transform the parse tree into a query tree
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global De
www.eeworm.com/read/183001/5259340
c parse_func.c
/*-------------------------------------------------------------------------
*
* parse_func.c
* handle function calls in parser
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development
www.eeworm.com/read/183001/5259342
c parse_oper.c
/*-------------------------------------------------------------------------
*
* parse_oper.c
* handle operator things for parser
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Developme
www.eeworm.com/read/183001/5259343
c parse_expr.c
/*-------------------------------------------------------------------------
*
* parse_expr.c
* handle expressions in parser
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development G
www.eeworm.com/read/183001/5259362
c fmgr.c
/*-------------------------------------------------------------------------
*
* fmgr.c
* The Postgres function manager.
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
www.eeworm.com/read/183001/5259376
c format_type.c
/*-------------------------------------------------------------------------
*
* format_type.c
* Display type names "nicely".
*
*
* Portions Copyright (c) 1996-2005, PostgreSQL Global Developme
www.eeworm.com/read/183001/5259381
c oracle_compat.c
/*-------------------------------------------------------------------------
* oracle_compat.c
* Oracle compatible functions.
*
* Copyright (c) 1996-2005, PostgreSQL Global Development Group
*
*