We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parente7c788f commit2dba7fdCopy full SHA for 2dba7fd
HISTORY
@@ -85,8 +85,10 @@ Have psql \d display indexes in unique, primary groupings (Christopher Kings-Lyn
85
Improve PL/pgSQL error reporting (Tom)
86
Add DROP CONSTRAINT for CHECK constraints (Christopher Kings-Lynne)
87
PL/PgSQL Allow IS and FOR keywords in cursors, for compatibility (Bruce)
88
-Native language error messages, psql, pg_dump, libpq, configure --enable-nls
89
- (Peter E, Serguei A. Mokhov, Weiping He, Forth)
+Native language support for error messages in psql, pg_dump, libpq, and
+ postgres components; configure --enable-nls
90
+ (Peter E [German, some French, some Swedish], Serguei A. Mokhov [Russian],
91
+ Karel Zak [Czech], Weiping He [Simplified Chinese], Zhenbang Wei [Traditional Chinese])
92
Make NULL appear at beginning/end based on ORDER BY (Tom)
93
Add %TYPE capability to CREATE TYPE (Ian Lance Taylor)
94
Truncate extra-long sequence names to a reasonable value (Tom)