diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2016-11-03 12:00:00 -0400 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2016-11-03 14:02:46 -0400 |
| commit | a0f357e570ce01cf017f02d9f05ab2272663d695 (patch) | |
| tree | 85d179f232cb861b6f4924a193861101f03b0b64 /src/interfaces/ecpg/test/expected | |
| parent | 1d15d0db50a5f39ab69c1fe60f2d5dcc7e2ddb9c (diff) | |
psql: Split up "Modifiers" column in \d and \dD
Make separate columns "Collation", "Nullable", "Default".
Reviewed-by: Kuntal Ghosh <kuntalghosh.2007@gmail.com>
Diffstat (limited to 'src/interfaces/ecpg/test/expected')
| -rw-r--r-- | src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c b/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c index ba2f75d5486..4476130689c 100644 --- a/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c +++ b/src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c @@ -281,8 +281,8 @@ if (sqlca.sqlcode < 0) sqlprint();} /* Table "public.history" - Column | Type | Modifiers ---------------+-----------------------------+----------- + Column | Type | Nullable +--------------+-----------------------------+---------- customerid | integer | not null timestamp | timestamp without time zone | not null action_taken | character(5) | not null |
