Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The equivalent of SQL Server NVARCHAR in PostgreSQL is simply called VARCHAR. In PostgreSQL, VARCHAR is a variable-length character type with a maximum length of 1 GB. It supports both ASCII and Unicode characters.