From: | Andy Fan <zhihui(dot)fan1213(at)gmail(dot)com> |
---|---|
To: | Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com> |
Cc: | Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: BLOB / CLOB support in PostgreSQL |
Date: | 2020-09-29 00:08:17 |
Message-ID: | CAKU4AWrfHM5pFmdqtF+ZLPiiJ6mQT=dvBRveJ7ZcxzhUNj0TMw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-jdbc |
On Tue, Sep 29, 2020 at 5:22 AM Vladimir Sitnikov <
sitnikov(dot)vladimir(at)gmail(dot)com> wrote:
> >100% compatible with the MySQL
>
> It is hardly a justification for a feature or for a change request.
>
> Vladimir
>
>
Glad to see this topic.
The obviously different opinion for this feature is based on if we need a
"perfect" solution
or a "OK-to-most-user cases" solution.
As for PG core developers, I'm +1 with "pg have their own serious
problems" , and
we are lacking the resources to handle everything well. However, "serious
problems"
to different people may be different.
As a rare experienced Java developer, looks raise "NotImplemented" error
for some
unimplemented APIs will not make the maintenance work hard, that probably
not common
used APIs. Not fully supported API should be better than fully not
supported APIs at all.
As an Oracle DBA before, I do see users need CLOB/BLOB some time but for
most of them,
they just want to save/get big stuff. This case in Oracle may be more
outstanding because of
the max length of varchar2 is too low.
When come to the JDBC standard
JDBC Spec> * All methods on the <code>Clob</code> interface must be fully
implemented if the
JDBC Spec> * JDBC driver supports the data type.
What would be the sense behind this? This is not reasonable based on
limited experience.
To be short, I am supporting Andrew's proposal for now.
--
Best Regards
Andy Fan
From | Date | Subject | |
---|---|---|---|
Next Message | Hou, Zhijie | 2020-09-29 00:18:21 | RE: The return value of SPI_connect |
Previous Message | David Rowley | 2020-09-28 23:58:35 | Re: Small improvements to pg_list.h's linitial(), lsecond(), lthird() etc macros |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2020-09-29 06:23:20 | Re: Support for OUT parameters in procedures |
Previous Message | Vladimir Sitnikov | 2020-09-28 21:21:58 | Re: BLOB / CLOB support in PostgreSQL |