代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/261155/4324539
ddl postgresql.ddl
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyrig
www.eeworm.com/read/261155/4324704
ddl postgresql.ddl
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyrig
www.eeworm.com/read/255402/4376360
sql postgresql.sql
/*
* $Id: postgresql.sql,v 1.1.2.10 2007/07/16 11:22:49 pnixon Exp $
*
* Postgresql schema for FreeRADIUS
*
* All field lengths need checking as some are still suboptimal. -pnixon 2003-07-13
*
www.eeworm.com/read/252579/4402508
properties postgresql.properties
jdbc.drivers=org.postgresql.Driver
jdbc.url=jdbc:postgresql:postgres
jdbc.username=cay
jdbc.password=
www.eeworm.com/read/161559/5551309
conf postgresql.conf
# Configuration for the SQL module, when using Postgresql and GNU Gatekeeper.
#
# The VoIP database schema is available at:
#
sql {
driver = "rlm_sql_postgresql"
server = "localhost"
login = "
www.eeworm.com/read/105523/15665832
create_postgresql
-- Copyright (C) 2000 Carnegie Mellon University
--
-- Author(s): Jed Pickel
-- Roman Danyliw ,
-- Todd Schrubb
www.eeworm.com/read/174700/9576302
sql db - postgresql.sql
DROP TABLE Item;
DROP TABLE Report;
DROP TABLE NextID;
CREATE TABLE Report (
ID INT PRIMARY KEY,
RVersion VARCHAR(255),
RHost VARCHAR(255),
RHostComment V
www.eeworm.com/read/365946/9838954
sql airline-postgresql.sql
CREATE TABLE persons(
person_id INT NOT NULL,
first_name VARCHAR(32) NOT NULL,
last_name VARCHAR(32) NOT NULL,
PRIMARY KEY( person_id )
);
CREATE TABLE flights(
flight_id INT NOT NULL,
www.eeworm.com/read/365946/9838978
sql airline-postgresql.sql
CREATE TABLE persons(
person_id INT NOT NULL,
first_name VARCHAR(32) NOT NULL,
last_name VARCHAR(32) NOT NULL,
PRIMARY KEY( person_id )
);
CREATE TABLE flights(
flight_id INT NOT NULL,