Bug 1070742
| Summary: | [database] support postgres user length within schema version | |||
|---|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Alon Bar-Lev <alonbl> | |
| Component: | ovirt-engine-core | Assignee: | Eli Mesika <emesika> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | bugs <bugs> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.4 | CC: | acathrow, bdagan, gklein, iheim, knesenko, yeylon, ylavi | |
| Target Milestone: | --- | |||
| Target Release: | 3.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | infra | |||
| Fixed In Version: | ovirt-engine-3.4.0_rc | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1070757 (view as bug list) | Environment: | ||
| Last Closed: | 2014-03-31 12:27:38 UTC | Type: | Bug | |
| Regression: | --- | Mount Type: | --- | |
| Documentation: | --- | CRM: | ||
| Verified Versions: | Category: | --- | ||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
| Cloudforms Team: | --- | Target Upstream Version: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1024889, 1070757 | |||
|
Description
Alon Bar-Lev
2014-02-27 13:36:45 UTC
This is an automated message. Re-targeting all non-blocker bugs still open on 3.4.0 to 3.4.1. Can someone mark it as blocker? this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released Verified on av5: psql -d engine -c "select column_name, data_type, character_maximum_length from information_schema.columns where table_name = 'schema_version' and column_name = 'installed_by';" | less -S could not change directory to "/root" column_name | data_type | character_maximum_length --------------+-------------------+-------------------------- installed_by | character varying | 63 (1 row) |