Re: Equivalant of SQL Server's Nchar and NVARCHAR - Mailing list pgsql-sql

From Josh Berkus
Subject Re: Equivalant of SQL Server's Nchar and NVARCHAR
Date
Msg-id 200404291220.01457.josh@agliodbs.com
Whole thread Raw
In response to Re: Equivalant of SQL Server's Nchar and NVARCHAR  (Rob <pgadmin@itsbeen.sent.com>)
List pgsql-sql
Kumar,

> I only only use ascii but...
> I believe postgresql varchar is the same as Oracle/Sybase/MS SQL 
> nvarchar even though it doesn't explicitly say so here:

All of our TEXT datatypes are multibyte-capable, provided you've installed 
PostgreSQL correctly.    This includes:
TEXT (recommended)
VARCHAR
CHAR

-- 
-Josh BerkusAglio Database SolutionsSan Francisco



pgsql-sql by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Check a value in array
Next
From: Tom Lane
Date:
Subject: Re: Multi ordered select and indexing