Abbas
Wednesday, 31 July 2019
How to display encoded byte stream of a varchar column in PostgreSQL
›
CREATE TABLE varchar_demo(description varchar(200)); INSERT INTO varchar_demo VALUES('こんにちは'); INSERT INTO varchar_demo VALUES(...
2 comments:
Comparing NVARCHAR2 with VARCHAR2 and NCLOB with CLOB in Oracle
›
In Oracle by default VARCHAR2/CLOB data is encoded using UTF-8, that can result in a character take up to 4 bytes of storage. However NVARC...
Wednesday, 27 December 2017
PostgreSQL and Atomikos
›
Traditionally transaction managers have been server programs running as a separate process on a separate server machine. Atomikos thou...
›
Home
View web version