Command 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입니까?
- 또는 다른 것?