代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/284507/4063222
sql postgresql_xdbc.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xdbc
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/284507/4063224
sql postgresql_history.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser owfe
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/284507/4063458
sql postgresql_history.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser owfe
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/445664/1719640
sql postgresql-create.sql
-- drop the existing database
drop database appfuse;
-- create the test user
create user test password 'test';
-- create the database
create database appfuse owner test;
www.eeworm.com/read/444763/1729573
sql postgresql_xlob.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xlob
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/444763/1729580
sql postgresql_xdbc.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser xdbc
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/444763/1729582
sql postgresql_history.sql
--
-- postgresql db schema
--
--
-- A way of using this :
--
-- $ su - postgres
-- postgres$ createuser owfe
-- Shall the new user be allowed to create databases? (y/n) n
-- Shall the new use
www.eeworm.com/read/440773/1788948
java driver_postgresql.java
/*
* (c) Copyright 2002, 2003, 2004, 2005, 2006, 2007 Hewlett-Packard Development Company, LP
* All rights reserved.
*
*
*/
package com.hp.hpl.jena.db.impl;
import java.sql.PreparedS
www.eeworm.com/read/439112/1808674
nasl postgresql_tempfile.nasl
#
# This script was written by David Maciejak
# based on work from
# (C) Tenable Network Security
#
# Ref: Trustix security engineers
#
# This script is relea
www.eeworm.com/read/422403/2037707
c sql_postgresql.c
/*
* sql_postgresql.c Postgresql rlm_sql driver
*
* Version: $Id: sql_postgresql.c,v 1.38.4.1 2005/12/14 18:32:03 nbk Exp $
*
* This program is free software; you can redistribute it and/or mo