# postgresql-12.22 **Repository Path**: nuoee/postgresql-12.22 ## Basic Information - **Project Name**: postgresql-12.22 - **Description**: 瞎搞、胡编译 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-01-22 - **Last Updated**: 2025-01-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # postgresql-12.22 伪 OpenGauss #### 介绍 瞎搞、胡编译 #### 编译 ```shell #!/bin/bash cd ./postgresql-12.22 ./configure --prefix=/usr/local/opengauss --enable-optimizations --with-openssl --enable-ssl --with-pgport=5432 make && make install useradd postgres mkdir -p /var/lib/opengauss/data chown postgres:postgres /var/lib/opengauss/data ``` # 支持docker容器