mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Change /contrib to contrib for consistency.
This commit is contained in:
@ -1000,7 +1000,7 @@ ORDER BY col1
|
||||
|
||||
<h4><a name="5.2">5.2</a>) PostgreSQL'e nas<61>l yeni tipler/fonksiyonlar ekleyebilirim?</h4>
|
||||
<p><EFBFBD>al<EFBFBD><EFBFBD>malar<EFBFBD>n<EFBFBD>z<EFBFBD> pgsql-hackers e-posta listesine g<>nderiniz. Kodunuz
|
||||
incelendikten sonra /contrib dizinine konacakt<6B>r.</p>
|
||||
incelendikten sonra contrib dizinine konacakt<6B>r.</p>
|
||||
|
||||
<h4><a name="5.3">5.3</a>) Bir <i>tuple</i> dond<6E>rmek icin bir C fonksiyonunu nasil yazar<61>m?</h4>
|
||||
<p>PostgreSQL 7.3 s<>r<EFBFBD>m<EFBFBD> ile birlikte, C, PL/PgSQL ve SQL kullan<61>larak tablo-d<>nd<6E>ren
|
||||
|
@ -248,10 +248,10 @@ first. There is also a developer's wiki at<br/>
|
||||
</li></ul>
|
||||
</li><li>Binary Data
|
||||
<ul>
|
||||
<li>Improve vacuum of large objects, like /contrib/vacuumlo?
|
||||
<li>Improve vacuum of large objects, like contrib/vacuumlo?
|
||||
</li><li>Add security checking for large objects
|
||||
</li><li>Auto-delete large objects when referencing row is deleted
|
||||
<p> /contrib/lo offers this functionality.
|
||||
<p> contrib/lo offers this functionality.
|
||||
</p>
|
||||
</li><li>Allow read/write into TOAST values like large objects
|
||||
<p> This requires the TOAST column to be stored EXTERNAL.
|
||||
@ -1167,7 +1167,7 @@ first. There is also a developer's wiki at<br/>
|
||||
|
||||
<ul>
|
||||
<li>Add use of 'const' for variables in source tree
|
||||
</li><li>Move some things from /contrib into main tree
|
||||
</li><li>Move some things from contrib into main tree
|
||||
</li><li>%Remove warnings created by -Wcast-align
|
||||
</li><li>Move platform-specific ps status display info from ps_status.c to ports
|
||||
</li><li>Add optional CRC checksum to heap and index pages
|
||||
@ -1176,7 +1176,7 @@ first. There is also a developer's wiki at<br/>
|
||||
</li><li>Acquire lock on a relation before building a relcache entry for it
|
||||
</li><li>Allow cross-compiling by generating the zic database on the target system
|
||||
</li><li>Improve NLS maintenance of libpgport messages linked onto applications
|
||||
</li><li>Clean up casting in /contrib/isn
|
||||
</li><li>Clean up casting in contrib/isn
|
||||
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php">http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php</a>
|
||||
</p>
|
||||
</li><li>Use UTF8 encoding for NLS messages so all server encodings can
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.298 2007/11/28 15:42:31 petere Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.299 2008/01/24 06:23:32 petere Exp $ -->
|
||||
|
||||
<chapter id="installation">
|
||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||
@ -938,7 +938,7 @@ su - postgres
|
||||
<listitem>
|
||||
<para>
|
||||
Use the <ulink url="http://www.ossp.org/pkg/lib/uuid/">OSSP UUID
|
||||
library</ulink> when building <filename>/contrib/uuid-ossp</>.
|
||||
library</ulink> when building <filename>contrib/uuid-ossp</>.
|
||||
The library provides functions to generate
|
||||
UUIDs.<indexterm><primary>UUID</primary></indexterm>
|
||||
</para>
|
||||
@ -972,9 +972,9 @@ su - postgres
|
||||
<term><option>--with-libxslt</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Use libxslt when building <filename>/contrib/xml2</>.
|
||||
<filename>/contrib/xml2</> relies on this library to perform
|
||||
Stylesheet transformations of XML.
|
||||
Use libxslt when building <filename>contrib/xml2</>.
|
||||
<filename>contrib/xml2</> relies on this library to perform
|
||||
XSL transformations of XML.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.402 2008/01/08 18:07:38 momjian Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.403 2008/01/24 06:23:32 petere Exp $ -->
|
||||
|
||||
<chapter Id="runtime">
|
||||
<title>Operating System Environment</title>
|
||||
@ -1446,7 +1446,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
The <filename>/contrib</> function library
|
||||
The <filename>contrib</> function library
|
||||
<function>pgcrypto</function> allows certain fields to be stored
|
||||
encrypted. This is useful if only some of the data is sensitive.
|
||||
The client supplies the decryption key and the data is decrypted
|
||||
|
Reference in New Issue
Block a user