Author: steve.ebersole(a)jboss.com
Date: 2010-05-10 17:25:43 -0400 (Mon, 10 May 2010)
New Revision: 19454
Modified:
core/branches/Branch_3_5/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
Log:
Added javadocs comments wrt postgresql and BLOB handling
Modified:
core/branches/Branch_3_5/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
===================================================================
---
core/branches/Branch_3_5/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java 2010-05-10
19:41:53 UTC (rev 19453)
+++
core/branches/Branch_3_5/core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java 2010-05-10
21:25:43 UTC (rev 19454)
@@ -44,6 +44,11 @@
/**
* An SQL dialect for Postgres
+ * <p/>
+ * For discussion of BLOB "support" in postrges, as of 8.4, have a peek at
+ * <a
href="http://jdbc.postgresql.org/documentation/84/binary-data.html&q...;.
+ * For the effects in regards to Hibernate see <a
href="http://in.relation.to/15492.lace">http://in.relation.to/15492.lace</a>
+ *
* @author Gavin King
*/
public class PostgreSQLDialect extends Dialect {