From c56df396217c902e41506d1e09cda0d3f212dd0d Mon Sep 17 00:00:00 2001 From: MasaoFujii Date: Fri, 22 Nov 2013 21:57:57 +0900 Subject: [PATCH] Change the naming rule of the source archive file. This makes the name of the source archive file contain the version number of pg_bigm. --- html/pg_bigm-1-1.html | 11 +++++++---- html/pg_bigm_en-1-1.html | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/html/pg_bigm-1-1.html b/html/pg_bigm-1-1.html index 2c14758..db8092f 100644 --- a/html/pg_bigm-1-1.html +++ b/html/pg_bigm-1-1.html @@ -47,11 +47,14 @@ pg_bigm PostgreSQL上で全文検索機能を提供するモジュール - pg_bigm-YYYYMMDD.tar.gz + pg_bigm-x.y-YYYYMMDD.tar.gz -

ソースアーカイブファイル名のYYYYMMDDの部分は、実際にはそのファイルがリリースされた年月日になります。例えば、2013年4月5日リリースのファイルでは、YYYYMMDDは20130405です。

+

+ソースアーカイブファイル名のx.yとYYYYMMDDの部分は、それぞれ、そのファイルのバージョン番号とリリース年月日です。 +例えば、2013年11月22日リリースのバージョン1.1のファイルでは、x.yは1.1、YYYYMMDDは20130405です。 +

pg_bigmのライセンスはThe PostgreSQL License(BSDに似たライセンス)です。

pg_trgmとの違い

@@ -131,8 +134,8 @@ $ su

pg_bigmのインストール

ここからpg_bigmのソースアーカイブファイルをダウンロードし、ビルドとインストールを行います。

-$ tar zxf pg_bigm-YYYYMMDD.tar.gz
-$ cd pg_bigm-YYYYMMDD
+$ tar zxf pg_bigm-x.y-YYYYMMDD.tar.gz
+$ cd pg_bigm-x.y-YYYYMMDD
 $ make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config
 $ su
 # make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config install
diff --git a/html/pg_bigm_en-1-1.html b/html/pg_bigm_en-1-1.html
index 138d073..97aec7e 100644
--- a/html/pg_bigm_en-1-1.html
+++ b/html/pg_bigm_en-1-1.html
@@ -47,11 +47,14 @@
 
 pg_bigm
   Module that provides full text search capability in PostgreSQL
-  pg_bigm-YYYYMMDD.tar.gz
+  pg_bigm-x.y-YYYYMMDD.tar.gz
 
 
 
-

YYYYMMDD part of the source archive file name is replaced with its release date. For example, YYYYMMDD is 20130405 if the file was released on April 5, 2013.

+

+The x.y and YYYYMMDD parts of the source archive file name are replaced with its release version number and date, respectively. +For example, x.y is 1.1 and YYYYMMDD is 20130405 if the file of the version 1.1 was released on November 22, 2013. +

The license of pg_bigm is The PostgreSQL License (same as BSD license).

Comparison with pg_trgm

@@ -131,8 +134,8 @@ $ su

Install pg_bigm

Download the source archive file of pg_bigm from here, and then build and install it.

-$ tar zxf pg_bigm-YYYYMMDD.tar.gz
-$ cd pg_bigm-YYYYMMDD
+$ tar zxf pg_bigm-x.y-YYYYMMDD.tar.gz
+$ cd pg_bigm-x.y-YYYYMMDD
 $ make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config
 $ su
 # make USE_PGXS=1 PG_CONFIG=/opt/pgsql-X.Y.Z/bin/pg_config install
-- 
2.11.0