mirror of https://github.com/postgres/postgres
have localized strings.) Also, modernize the system catalog queries where appropriate, e.g., with outer joins.REL7_2_STABLE
parent
201aa35d2f
commit
2ab0f11a79
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,6 @@ |
||||
# $Header: /cvsroot/pgsql/src/bin/psql/nls.mk,v 1.3 2001/06/20 18:25:26 petere Exp $
|
||||
# $Header: /cvsroot/pgsql/src/bin/psql/nls.mk,v 1.4 2001/06/30 17:26:12 petere Exp $
|
||||
CATALOG_NAME := psql
|
||||
AVAIL_LANGUAGES := de fr sv
|
||||
GETTEXT_FILES := command.c common.c copy.c help.c input.c large_obj.c \
|
||||
mainloop.c print.c startup.c
|
||||
# describe.c needs work
|
||||
mainloop.c print.c startup.c describe.c
|
||||
GETTEXT_TRIGGERS:= _ psql_error simple_prompt
|
||||
|
||||
Loading…
Reference in new issue