File: README.postgresql-client

package info (click to toggle)
postgresql 7.4.7-6sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 11,168 kB
  • ctags: 27
  • sloc: sh: 1,903; makefile: 337; ansic: 204; perl: 69; sed: 6; tcl: 1
file content (16 lines) | stat: -rw-r--r-- 674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
postgresql-client
=================

psql is the standard interactive tool for managing the database.

psql needs to be matched to the server to which it is talking.  This is
especially important with the change to PostgreSQL version 7.3, which
introduced schemas.  This required changes in the SQL commands that
implement psql's shorthand commands (such as \l to list databases).  These
changes mean that those commands are not understood by server versions
earlier than 7.3.

The upshot is that it is highly desirable to update all machines at the
same time to the new postgresql packages, since differing server versions
may make it difficult for them to work together.