diff options
Diffstat (limited to 'doc/src/FAQ')
-rw-r--r-- | doc/src/FAQ/FAQ_turkish.html | 2 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ_turkish.html b/doc/src/FAQ/FAQ_turkish.html index e0d618fb16b..20f970ab8d1 100644 --- a/doc/src/FAQ/FAQ_turkish.html +++ b/doc/src/FAQ/FAQ_turkish.html @@ -1000,7 +1000,7 @@ ORDER BY col1 <h4><a name="5.2">5.2</a>) PostgreSQL'e nasıl yeni tipler/fonksiyonlar ekleyebilirim?</h4> <p>Çalışmalarınızı pgsql-hackers e-posta listesine gönderiniz. Kodunuz - incelendikten sonra /contrib dizinine konacaktır.</p> + incelendikten sonra contrib dizinine konacaktır.</p> <h4><a name="5.3">5.3</a>) Bir <i>tuple</i> dondürmek icin bir C fonksiyonunu nasil yazarım?</h4> <p>PostgreSQL 7.3 sürümü ile birlikte, C, PL/PgSQL ve SQL kullanılarak tablo-döndüren diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 420d27f9a60..bc705911abc 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -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 |