Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit79a323a

Browse files
committed
Change /contrib to contrib for consistency.
1 parentb9ff744 commit79a323a

File tree

10 files changed

+25
-25
lines changed

10 files changed

+25
-25
lines changed

‎configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,9 +896,9 @@ Optional Packages:
896896
--with-openssl build with OpenSSL support
897897
--without-readline do not use GNU Readline nor BSD Libedit for editing
898898
--with-libedit-preferred prefer BSD Libedit over GNU Readline
899-
--with-ossp-uuid use OSSP UUID library when building/contrib/uuid-ossp
899+
--with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp
900900
--with-libxml build with XML support
901-
--with-libxslt use XSLT support when building/contrib/xml2
901+
--with-libxslt use XSLT support when building contrib/xml2
902902
--with-system-tzdata=DIR use system time zone data in DIR
903903
--without-zlib do not use Zlib
904904
--with-gnu-ld assume the C compiler uses GNU ld [default=no]

‎configure.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.544 2008/01/18 04:47:32scrappy Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.545 2008/01/24 06:23:32petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -572,7 +572,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
572572
#
573573
# OSSP UUID library
574574
#
575-
PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building/contrib/uuid-ossp])
575+
PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp])
576576
AC_SUBST(with_ossp_uuid)
577577

578578

@@ -603,8 +603,8 @@ AC_SUBST(with_libxml)
603603
#
604604
# XSLT
605605
#
606-
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building/contrib/xml2],
607-
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building/contrib/xml2. (--with-libxslt)])])
606+
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building contrib/xml2],
607+
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building contrib/xml2. (--with-libxslt)])])
608608

609609

610610
AC_SUBST(with_libxslt)

‎doc/FAQ_turkish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ ORDER BY col1
11731173
5.2) PostgreSQL'e nas�l yeni tipler/fonksiyonlar ekleyebilirim?
11741174

11751175
�al��malar�n�z� pgsql-hackers e-posta listesine g�nderiniz. Kodunuz
1176-
incelendikten sonra/contrib dizinine konacakt�r.
1176+
incelendikten sonra contrib dizinine konacakt�r.
11771177

11781178
5.3) Bir tuple dond�rmek icin bir C fonksiyonunu nasil yazar�m?
11791179

‎doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ Data Types
272272

273273
* Binary Data
274274

275-
o Improve vacuum of large objects, like/contrib/vacuumlo?
275+
o Improve vacuum of large objects, like contrib/vacuumlo?
276276
o Add security checking for large objects
277277
o Auto-delete large objects when referencing row is deleted
278278

279-
/contrib/lo offers this functionality.
279+
contrib/lo offers this functionality.
280280

281281
o Allow read/write into TOAST values like large objects
282282

@@ -1312,7 +1312,7 @@ Source Code
13121312
===========
13131313

13141314
* Add use of 'const' for variables in source tree
1315-
* Move some things from/contrib into main tree
1315+
* Move some things from contrib into main tree
13161316
* %Remove warnings created by -Wcast-align
13171317
* Move platform-specific ps status display info from ps_status.c to ports
13181318
* Add optional CRC checksum to heap and index pages
@@ -1321,7 +1321,7 @@ Source Code
13211321
* Acquire lock on a relation before building a relcache entry for it
13221322
* Allow cross-compiling by generating the zic database on the target system
13231323
* Improve NLS maintenance of libpgport messages linked onto applications
1324-
* Clean up casting in/contrib/isn
1324+
* Clean up casting in contrib/isn
13251325

13261326
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
13271327

‎doc/src/FAQ/FAQ_turkish.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ <h4><a name="4.22">4.22</a>) Neden <code>IN</code> kullanan <i>subquery</i>'leri
10001000

10011001
<h4><aname="5.2">5.2</a>) PostgreSQL'e nasıl yeni tipler/fonksiyonlar ekleyebilirim?</h4>
10021002
<p>Çalışmalarınızı pgsql-hackers e-posta listesine gönderiniz. Kodunuz
1003-
incelendikten sonra/contrib dizinine konacaktır.</p>
1003+
incelendikten sonra contrib dizinine konacaktır.</p>
10041004

10051005
<h4><aname="5.3">5.3</a>) Bir<i>tuple</i> dondürmek icin bir C fonksiyonunu nasil yazarım?</h4>
10061006
<p>PostgreSQL 7.3 sürümü ile birlikte, C, PL/PgSQL ve SQL kullanılarak tablo-döndüren

‎doc/src/FAQ/TODO.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ <h1><a name="section_3">Data Types</a></h1>
248248
</li></ul>
249249
</li><li>Binary Data
250250
<ul>
251-
<li>Improve vacuum of large objects, like/contrib/vacuumlo?
251+
<li>Improve vacuum of large objects, like contrib/vacuumlo?
252252
</li><li>Add security checking for large objects
253253
</li><li>Auto-delete large objects when referencing row is deleted
254-
<p>/contrib/lo offers this functionality.
254+
<p> contrib/lo offers this functionality.
255255
</p>
256256
</li><li>Allow read/write into TOAST values like large objects
257257
<p> This requires the TOAST column to be stored EXTERNAL.
@@ -1167,7 +1167,7 @@ <h1><a name="section_19">Source Code</a></h1>
11671167

11681168
<ul>
11691169
<li>Add use of 'const' for variables in source tree
1170-
</li><li>Move some things from/contrib into main tree
1170+
</li><li>Move some things from contrib into main tree
11711171
</li><li>%Remove warnings created by -Wcast-align
11721172
</li><li>Move platform-specific ps status display info from ps_status.c to ports
11731173
</li><li>Add optional CRC checksum to heap and index pages
@@ -1176,7 +1176,7 @@ <h1><a name="section_19">Source Code</a></h1>
11761176
</li><li>Acquire lock on a relation before building a relcache entry for it
11771177
</li><li>Allow cross-compiling by generating the zic database on the target system
11781178
</li><li>Improve NLS maintenance of libpgport messages linked onto applications
1179-
</li><li>Clean up casting in/contrib/isn
1179+
</li><li>Clean up casting in contrib/isn
11801180
<p><ahref="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php</a>
11811181
</p>
11821182
</li><li>Use UTF8 encoding for NLS messages so all server encodings can

‎doc/src/sgml/installation.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.298 2007/11/28 15:42:31 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.299 2008/01/24 06:23:32 petere Exp $ -->
22

33
<chapter id="installation">
44
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@@ -938,7 +938,7 @@ su - postgres
938938
<listitem>
939939
<para>
940940
Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
941-
library</ulink> when building <filename>/contrib/uuid-ossp</>.
941+
library</ulink> when building <filename>contrib/uuid-ossp</>.
942942
The library provides functions to generate
943943
UUIDs.<indexterm><primary>UUID</primary></indexterm>
944944
</para>
@@ -972,9 +972,9 @@ su - postgres
972972
<term><option>--with-libxslt</option></term>
973973
<listitem>
974974
<para>
975-
Use libxslt when building <filename>/contrib/xml2</>.
976-
<filename>/contrib/xml2</> relies on this library to perform
977-
Stylesheet transformations of XML.
975+
Use libxslt when building <filename>contrib/xml2</>.
976+
<filename>contrib/xml2</> relies on this library to perform
977+
XSL transformations of XML.
978978
</para>
979979
</listitem>
980980
</varlistentry>

‎doc/src/sgml/runtime.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.402 2008/01/08 18:07:38 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.403 2008/01/24 06:23:32 petere Exp $ -->
22

33
<chapter Id="runtime">
44
<title>Operating System Environment</title>
@@ -1446,7 +1446,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
14461446

14471447
<listitem>
14481448
<para>
1449-
The <filename>/contrib</> function library
1449+
The <filename>contrib</> function library
14501450
<function>pgcrypto</function> allows certain fields to be stored
14511451
encrypted. This is useful if only some of the data is sensitive.
14521452
The client supplies the decryption key and the data is decrypted

‎src/include/pg_config.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
/* Define to 1 to build with XML support. (--with-libxml) */
673673
#undef USE_LIBXML
674674

675-
/* Define to 1 to use XSLT support when building/contrib/xml2.
675+
/* Define to 1 to use XSLT support when building contrib/xml2.
676676
(--with-libxslt) */
677677
#undef USE_LIBXSLT
678678

‎src/tools/pgindent/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ To use pgindent:
77

88
2) Install to /usr/local/pgsql
99

10-
3) Install all/contrib modules
10+
3) Install all contrib modules
1111

1212
4) Save a list of typedefs by running:
1313

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp