Log Message:
---
Modified Files:
--
pgtreelib/src/main:
crud_tree.psql (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtreelib/pgtreelib/src/main/crud_tree.psql.diff?r1=1.2&r2=1.3)
user_access.psql (r1.3 -> r1.4)
(http://cvs.
Log Message:
---
Discovered that the text types were not easily converible back into the
compound PK types. Ended up having to create wrapper operators for the
standard "row" comparison operators.
Modified Files:
--
aupg_src/sql:
_test_setup.sql (r1.2 -> r1.3)
Log Message:
---
Whitespace cleanup.
Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.399 -> r1.400)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.399&r2=1.400)
---(end of broadcast)--
Log Message:
---
Minor correction for full-text search limitations docs.
Heikki Linnakangas.
Modified Files:
--
pgsql/doc/src/sgml:
textsearch.sgml (r1.17 -> r1.18)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/textsearch.sgml?r1=1.17&r2=1.
Log Message:
---
Fix typo in REVOKE reference page. Guillaume Lelarge.
Modified Files:
--
pgsql/doc/src/sgml/ref:
revoke.sgml (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/revoke.sgml?r1=1.44&r2=1.45)
-
Log Message:
---
Added a rudimentary testing infrastructure. If this were SVN I would move files
around and rename them to clarify, but for now we'll keep the structure as is.
In a nutshell, alltest.pl uses Test::Harness to run all the *.t files in the
current dir. You make a *.t file by
Log Message:
---
Updated BSD License
Modified Files:
--
Npgsql2/src/Npgsql:
NpgsqlCommandBuilder.cs (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/Npgsql/NpgsqlCommandBuilder.cs.diff?r1=1.8&r2=1.9)
-
Log Message:
---
Complete nunit tests added. Thanks Kalle Hallivuori for patch!
Modified Files:
--
Npgsql2/testsuite/noninteractive:
add_tables.sql (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/testsuite/noninteractive/add_tabl
Log Message:
---
Updated BSD License text in all files.
NpgsqlCopyIn.cs,
NpgsqlCopyInState.cs,
NpgsqlCopyInStream.cs,
NpgsqlCopyOut.cs,
NpgsqlCopyOutState.cs,
NpgsqlCopyOutStream.cs: A buffer overflow fix. Errors are now hopefully handled
correctly. Thanks Kalle Hallivuori for patch!
Log Message:
---
Back out release changes that weren't ready for commit.
Modified Files:
--
pgsql/doc/src/sgml:
release.sgml (r1.516 -> r1.517)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/release.sgml?r1=1.516&r2=1.517)
-
Log Message:
---
Update Japanese FAQ.
Jun Kuwamura
Modified Files:
--
pgsql/doc:
FAQ_japanese (r1.44 -> r1.45)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/FAQ_japanese?r1=1.44&r2=1.45)
pgsql/doc/src/FAQ:
FAQ_japanese.html (r1.44 -> r1
Log Message:
---
Add missing codepage numbers for Windows.
Dave Page
Modified Files:
--
pgsql/src/port:
chklocale.c (r1.4 -> r1.5)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/port/chklocale.c?r1=1.4&r2=1.5)
---(end of bro
Smita Vijayakumar wrote:
> I want to put into the postgres DB, a file which is an encrypted file
> (say, the PKCS# files).
> I have used a bytea column for storing this file. So the operations with
> regard to the file at my end are:
> Filesystem > DB --> Filesystem
> What I need to know i
Hi,
I want to put into the postgres DB, a file which is an encrypted file
(say, the PKCS# files).
I have used a bytea column for storing this file. So the operations with
regard to the file at my end are:
Filesystem > DB --> Filesystem
What I need to know is:
1. Is there any information lo
14 matches
Mail list logo