代码搜索:PostgreSQL
找到约 4,136 项符合「PostgreSQL」的源代码
代码结果 4,136
www.eeworm.com/read/323587/3513071
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/323587/3513111
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/323587/3513228
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/323587/3513235
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/323587/3513237
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/323587/3513471
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/318039/3572568
c sql_postgresql.c
/*
* sql_postgresql.c Postgresql rlm_sql driver
*
* Version: $Id: sql_postgresql.c,v 1.59 2008/04/11 12:00:42 aland Exp $
*
* This program is free software; you can redistribute it and/or modi
www.eeworm.com/read/318039/3572570
h sql_postgresql.h
/* Copyright 2006 The FreeRADIUS server project */
#ifndef _SQL_POSTGRESQL_H_
#define _SQL_POSTGRESQL_H_
#include
RCSIDH(sql_postgresql_h, "$Id: sql_postgresql.h,v 1.12 20
www.eeworm.com/read/317330/3581637
sql monitoring_postgresql.sql
-- $Revision$
-- $Date$
INSERT INTO jiveVersion (name, version) VALUES ('monitoring', 0);
CREATE TABLE ofConversation (
conversationID INTEGER NOT NULL,
room
www.eeworm.com/read/317330/3581643
sql import_postgresql.sql
INSERT INTO ofConversation
(conversationID, room, isExternal, startDate, lastActivity, messageCount)
SELECT conversationID, room, isExternal, startDate, lastActivity, messageCount
FROM entConversat