コマンドapt-cache show postgresql
は私のマシンにこの情報をリストします(Saucy Salamander 13.10):
$ apt-cache show postgresql
Package: postgresql
Priority: optional
Section: database
Installed-Size: 69
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Architecture: all
Source: postgresql-common (148)
Version: 9.3+146really9.1+148
Depends: postgresql-9.1
postgresqlパッケージのバージョンを示してい9.3+146really9.1+148
ます。really
ここの意味は?
- このバージョンは9.1ですが、9.3としてリストされていますか?
- または、これは9.3からバックポートされたパッチを含むバージョン9.1ですか?
- または、他の何か?