--with-openssl build with OpenSSL support
--without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred prefer BSD Libedit over GNU Readline
- --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
+ --with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp
--with-libxml build with XML support
- --with-libxslt use XSLT support when building /contrib/xml2
+ --with-libxslt use XSLT support when building contrib/xml2
--with-system-tzdata=DIR use system time zone data in DIR
--without-zlib do not use Zlib
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.544 2008/01/18 04:47:32 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.545 2008/01/24 06:23:32 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
#
# OSSP UUID library
#
-PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp ])
+PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp])
AC_SUBST(with_ossp_uuid)
#
# XSLT
#
-PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2],
- [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])])
+PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building contrib/xml2],
+ [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building contrib/xml2. (--with-libxslt)])])
AC_SUBST(with_libxslt)
5.2) PostgreSQL'e nasýl yeni tipler/fonksiyonlar ekleyebilirim?
Çalýþmalarýnýzý pgsql-hackers e-posta listesine gönderiniz. Kodunuz
- incelendikten sonra /contrib dizinine konacaktýr.
+ incelendikten sonra contrib dizinine konacaktýr.
5.3) Bir tuple dondürmek icin bir C fonksiyonunu nasil yazarým?
* Binary Data
- o Improve vacuum of large objects, like /contrib/vacuumlo?
+ o Improve vacuum of large objects, like contrib/vacuumlo?
o Add security checking for large objects
o Auto-delete large objects when referencing row is deleted
- /contrib/lo offers this functionality.
+ contrib/lo offers this functionality.
o Allow read/write into TOAST values like large objects
===========
* Add use of 'const' for variables in source tree
-* Move some things from /contrib into main tree
+* Move some things from contrib into main tree
* %Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Add optional CRC checksum to heap and index pages
* Acquire lock on a relation before building a relcache entry for it
* Allow cross-compiling by generating the zic database on the target system
* Improve NLS maintenance of libpgport messages linked onto applications
-* Clean up casting in /contrib/isn
+* Clean up casting in contrib/isn
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
5.2) PostgreSQL'e nasýl yeni tipler/fonksiyonlar ekleyebilirim?
Çalýþmalarýnýzý pgsql-hackers e-posta listesine gönderiniz. Kodunuz
- incelendikten sonra /contrib dizinine konacaktýr.
+ incelendikten sonra contrib dizinine konacaktýr.
5.3) Bir tuple dondürmek icin bir C fonksiyonunu nasil yazarým?
PostgreSQL 7.3 sürümü ile birlikte, C, PL/PgSQL ve SQL kullanýlarak tablo-döndüren
Binary Data
-
Improve vacuum of large objects, like /contrib/vacuumlo?
+
Improve vacuum of large objects, like contrib/vacuumlo?
Add security checking for large objects
Auto-delete large objects when referencing row is deleted
-
/contrib/lo offers this functionality.
+
contrib/lo offers this functionality.
Allow read/write into TOAST values like large objects
This requires the TOAST column to be stored EXTERNAL.
Add use of 'const' for variables in source tree
-
Move some things from /contrib into main tree
+
Move some things from contrib into main tree
%Remove warnings created by -Wcast-align
Move platform-specific ps status display info from ps_status.c to ports
Add optional CRC checksum to heap and index pages
Acquire lock on a relation before building a relcache entry for it
Allow cross-compiling by generating the zic database on the target system
Improve NLS maintenance of libpgport messages linked onto applications
-
Clean up casting in /contrib/isn
+
Clean up casting in contrib/isn
Use UTF8 encoding for NLS messages so all server encodings can
-
+
PostgreSQL>]]>
- library when building /contrib/uuid-ossp>.
+ library when building contrib/uuid-ossp>.
The library provides functions to generate
- Use libxslt when building /contrib/xml2>.
- /contrib/xml2> relies on this library to perform
- Stylesheet transformations of XML.
+ Use libxslt when building contrib/xml2>.
+ contrib/xml2> relies on this library to perform
+ XSL transformations of XML.
-
+
Operating System Environment
- The /contrib> function library
+ The contrib> function library
pgcrypto 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
/* Define to 1 to build with XML support. (--with-libxml) */
#undef USE_LIBXML
-/* Define to 1 to use XSLT support when building /contrib/xml2.
+/* Define to 1 to use XSLT support when building contrib/xml2.
(--with-libxslt) */
#undef USE_LIBXSLT
2) Install to /usr/local/pgsql
-3) Install all /contrib modules
+3) Install all contrib modules
4) Save a list of typedefs by running: