Comment 3 for bug 1384864

Revision history for this message
Martin Pitt (pitti) wrote :

Utopic verification:

Confusing result with utopic final:

$ dpkg-query -W command-not-found-data
command-not-found-data 0.3ubuntu15
$ pg_ctl
The program 'pg_ctl' is currently not installed. You can install it by typing:
sudo apt-get install postgres-xc
$ initdb
The program 'initdb' is currently not installed. You can install it by typing:
sudo apt-get install postgres-xc

Expected result with SRU:

$ dpkg-query -W command-not-found-data
command-not-found-data 0.3ubuntu15.1
$ pg_ctl
pg_ctl: command not found
$ initdb
initdb: command not found