| 库过滤器 | 表过滤器 | 主机: 0 码力 |
17 页 |
445.84 KB
| 2 年前 3 4。目前(2019/04/23)主干分支的代码基于PostgreSQL 9.4。合并到PostgreSQL 9.5的工作也已经开始,有关最新工作进展请参见:https://github.com/greenplum-db/gpdb- postgres-merge。
### 1. 从源代码编译 Greenplum
Greenplum 目前官方支持 Redhat/Centos/SuSE/Ubuntu 等 Linux 系统。大量开发人员包括我自己使用 master/greenplum_path.sh
$ export PGHOST='hostname'
$ make
$ source gpdemo-env.sh
$ psql postgres
postgres# SELECT version()
有关更详细的信息请参考 README.macOS.md。
### 1.2 在 Redhat/Centos 系统上编译
本小节以 RHEL7 $ source gpdemo-env.sh
$ psql postgres
version
PostgreSQL 8.3.23 (Greenplum Database 5.4.1+dev.56.gcdfadd9 build dev) ...
postgres=# SELECT * FROM gp_segment_configuration 0 码力 |
15 页 |
2.07 MB
| 2 年前 3 with 3.6)
• Built-in support for SQLite, MySQL and Postgresql.
• numerous extensions available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and
much more).
Peewee’s source tests against Postgres or MySQL you need to create a database named “peewee_test”. To test the
Postgres extension module, you will also want to install the HStore extension in the postgres test database: database:
-- install the hstore extension on the peewee_test postgres db.
CREATE EXTENSION hstore;
1.1.3 Optional dependencies
Note: To use Peewee, you typically won’t need anything outside the standard library 0 码力 |
284 页 |
1.03 MB
| 1 年前 3 with 3.6)
• Built-in support for SQLite, MySQL and Postgresql.
• numerous extensions available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and
much more).
Peewee’s source tests against Postgres or MySQL you need to create a database named “peewee_test”. To test the
Postgres extension module, you will also want to install the HStore extension in the postgres test database: database:
-- install the hstore extension on the peewee_test postgres db.
CREATE EXTENSION hstore;
1.1.3 Optional dependencies
Note: To use Peewee, you typically won’t need anything outside the standard library 0 码力 |
282 页 |
1.02 MB
| 1 年前 3 tests against Postgres or MySQL you need to create a database named “peewee_test”. To test the
Postgres extension module, you will also want to install the HStore extension in the postgres test database: database:
-- install the hstore extension on the peewee_test postgres db.
CREATE EXTENSION hstore;
1.1.3 Optional dependencies
Note: To use Peewee, you typically won’t need anything outside the standard library there are many DB-API 2.0-compatible drivers out there, such as pymysql or psycopg2
for MySQL and Postgres respectively.
• Cython: used for various speedups. Can give a big boost to certain operations, particularly 0 码力 |
302 页 |
1.02 MB
| 1 年前 3 with 3.6)
• Built-in support for SQLite, MySQL and Postgresql.
• numerous extensions available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and
much more).
Peewee’s source tests against Postgres or MySQL you need to create a database named “peewee_test”. To test the
Postgres extension module, you will also want to install the HStore extension in the postgres test database: database:
-- install the hstore extension on the peewee_test postgres db.
CREATE EXTENSION hstore;
1.1.3 Optional dependencies
Note: To use Peewee, you typically won’t need anything outside the standard library 0 码力 |
280 页 |
1.02 MB
| 1 年前 3 with 3.6)
• Built-in support for SQLite, MySQL and Postgresql.
- numerous extensions available (postgres hstore/json/arrays, sqlite full-text-search, schema migrations, and much more).
![Image](/uplo tests against Postgres or MySQL you need to create a database named “peewee_test”. To test the Postgres extension module, you will also want to install the HStore extension in the postgres test database: database:
-- install the hstore extension on the peewee_test postgres db.CREATE EXTENSION hstore;
## Optional dependencies
## Note
To use Peewee, you typically won’t need anything outside the standard library 0 码力 |
332 页 |
370.77 KB
| 1 年前 3
|
|