代码搜索:postgres
找到约 1,357 项符合「postgres」的源代码
代码结果 1,357
www.eeworm.com/read/284507/4063058
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/284507/4063098
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/4063215
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/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/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/183001/5258972
c spi_internal.c
/*
* This kludge is necessary because of the conflicting
* definitions of 'DEBUG' between postgres and perl.
* we'll live.
*/
#include "postgres.h"
/* Defined by Perl */
#undef _
/* stop perl f