代码搜索:postgres

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

代码结果 1,357
www.eeworm.com/read/100285/6272209

sh createuser.sh

#!/bin/sh #------------------------------------------------------------------------- # # createuser.sh-- # utility for creating a user in the POSTGRES database # # Copyright (c) 1994, Regents of th
www.eeworm.com/read/470938/1435343

properties database.properties

# # clear text name ############################################################################## postgresql.name=Postgres 7.4.x and newer # # Alkacon OpenCms driver classes #################
www.eeworm.com/read/243359/4527114

properties database.properties

# # clear text name ############################################################################## postgresql.name=Postgres 7.4.x and newer # # Alkacon OpenCms driver classes #################
www.eeworm.com/read/183001/5258988

c bgwriter.c

/*------------------------------------------------------------------------- * * bgwriter.c * * The background writer (bgwriter) is new in Postgres 8.0. It attempts * to keep regular backends fro
www.eeworm.com/read/183001/5259012

c deadlock.c

/*------------------------------------------------------------------------- * * deadlock.c * POSTGRES deadlock detection code * * See src/backend/storage/lmgr/README for a description of the de
www.eeworm.com/read/183001/5259024

c ipc.c

/*------------------------------------------------------------------------- * * ipc.c * POSTGRES inter-process communication definitions. * * This file is misnamed, as it no longer has much of
www.eeworm.com/read/183001/5259102

c bsdi.c

/*------------------------------------------------------------------------- * * dynloader.c * Dynamic Loader for Postgres for Linux, generated from those for * Ultrix. * * You need to inst
www.eeworm.com/read/183001/5259119

c linux.c

/*------------------------------------------------------------------------- * * linux.c * Dynamic Loader for Postgres for Linux, generated from those for * Ultrix. * * You need to install
www.eeworm.com/read/183001/5259272

c vacuum.c

/*------------------------------------------------------------------------- * * vacuum.c * The postgres vacuum cleaner. * * This file includes the "full" version of VACUUM, as well as control c
www.eeworm.com/read/183001/5259291

c analyze.c

/*------------------------------------------------------------------------- * * analyze.c * the Postgres statistics generator * * Portions Copyright (c) 1996-2005, PostgreSQL Global Development