postgresql/src/interfaces
Barry Lind abcec0c125 Better error message on character set mismatches during conversion to unicode.
Also applied patch from Lars Stenberg to make callable statements use the form
select * from func() when running against a 7.3 server instead of select func() to allow for set returning functions to be called.

 Modified Files:
 	jdbc/org/postgresql/errors.properties
 	jdbc/org/postgresql/core/Encoding.java
 	jdbc/org/postgresql/jdbc1/AbstractJdbc1Statement.java
2003-02-09 23:14:55 +00:00
..
cli pgindent run. 2002-09-04 20:31:48 +00:00
ecpg Synced parser. 2003-01-21 20:01:12 +00:00
jdbc Better error message on character set mismatches during conversion to unicode. 2003-02-09 23:14:55 +00:00
libpgtcl Prevent core dump from calling Tcl_DontCallWhenDeleted() with a null 2003-02-01 00:22:12 +00:00
libpq #ifdef out stuff that shouldn't be compiled when not USE_SSL. 2003-02-03 22:33:51 +00:00
python Correction to last patch. As per the DB-API spec, we need to return None 2003-01-08 13:42:16 +00:00
Makefile perl5 interface moved to gborg 2002-08-30 13:06:22 +00:00