代码搜索:PostgreSQL

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

代码结果 4,136
www.eeworm.com/read/348236/3157890

properties postgresql.properties

jdbc.drivers=org.postgresql.Driver jdbc.url=jdbc:postgresql:postgres jdbc.username=cay jdbc.password=
www.eeworm.com/read/341356/3252550

init postgresql.init

#! /bin/bash # postgresql This is the init script for starting up the PostgreSQL # server # # chkconfig: - 85 15 # description: Starts and stops the PostgreSQL backend daemon that handles \ #
www.eeworm.com/read/341356/3252554

spec postgresql.spec

%{!?perl:%define perl 1} %{!?tcl:%define tcl 1} %{!?tkpkg:%define tkpkg 1} %{!?odbc:%define odbc 1} %{!?jdbc:%define jdbc 1} %{!?test:%define test 1} %{!?python:%define python 1} %{!?pltcl:%define plt
www.eeworm.com/read/341356/3252556

postgresql-bashprofile

PGLIB=/usr/lib/pgsql PGDATA=/var/lib/pgsql/data [ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n export PGLIB PGDATA
www.eeworm.com/read/334646/3364394

properties postgresql.properties

jdbc.drivers=org.postgresql.Driver jdbc.url=jdbc:postgresql:postgres jdbc.username=cay jdbc.password=
www.eeworm.com/read/305277/3777540

scala postgresql.scala

/* __ *\ ** ________ ___ / / ___ Scala API ** ** / __/ __// _ | / / / _ | (c) 2003-2006,
www.eeworm.com/read/291458/3966446

sql postgresql.sql

create table tAccess ( clientIp varchar( 15 ), time bigInt, method varchar( 9 ), uri varchar( 1024 ), version varchar( 10 ), statusCode int, size int, referer varchar( 2048 ), userAgent
www.eeworm.com/read/275731/4172037

hpp postgresql.hpp

/* LiteSQL * * By Tero Laitinen * * See LICENSE for copyright information. */ /** \file postgresql.hpp * PostgreSQL PostgreSQL::Result PostgreSQL::Cursor */ #ifndef _litesql_postgresql_hpp #
www.eeworm.com/read/275731/4172325

cpp postgresql.cpp

/* LiteSQL - PostgreSQL-backend implementation * * By Tero Laitinen * * See LICENSE for copyright information. */ #include "compatibility.hpp" #include "litesql/postgresql.hpp" #ifdef HAVE_LIBP
www.eeworm.com/read/444692/1730805

properties postgresql.properties

jdbc.drivers=org.postgresql.Driver jdbc.url=jdbc:postgresql:postgres jdbc.username=cay jdbc.password=