Peter Eisentraut
4de679c710
Translation updates
2004-12-11 19:45:34 +00:00
Peter Eisentraut
10e960fb39
Translation updates
2004-12-11 19:09:08 +00:00
Peter Eisentraut
022a00b5f3
Translation updates
2004-12-11 19:03:49 +00:00
Peter Eisentraut
8efc721d52
Translation updates
2004-12-06 22:10:42 +00:00
Tom Lane
2ee3a720a4
Adjust help message for --no-owner, per Alvaro Herrera.
2004-12-03 18:48:19 +00:00
Bruce Momjian
5548122829
Add comment explaining possible compiler warning:
...
/*
* Some compilers with throw a warning knowing this test can never be
* true because off_t can't exceed the compared maximum.
*/
if (th->fileLen > MAX_TAR_MEMBER_FILELEN)
die_horribly(AH, modulename, "archive member too large for tar format\n");
2004-11-29 03:01:54 +00:00
Peter Eisentraut
99b735cc03
Work around lack of NLS support in libpgport by making those components
...
who use it scan the relevant source files for their own catalog. It
creates a bit of duplicate work for translators, but it gets the job done
for now.
2004-11-27 22:44:15 +00:00
Tom Lane
90c3ebe4d7
Fix HAVE_OPTRESET to be HAVE_INT_OPTRESET. Typos spotted by Lorne Sunley.
2004-11-27 18:51:08 +00:00
Peter Eisentraut
98f5efe774
Translation updates
2004-11-23 22:16:04 +00:00
Peter Eisentraut
050a0074c2
Translation update
2004-11-18 10:09:59 +00:00
Peter Eisentraut
8a1821ab5b
Translation update
2004-11-16 22:58:44 +00:00
Bruce Momjian
fc402fdf2d
pg_restore --help improvements, from Tom Lane:
...
! printf(_(" -d, --dbname=NAME connect to database name\n"));
! printf(_(" -C, --create create the target database\n"));
2004-11-11 17:06:46 +00:00
Peter Eisentraut
1813d94664
Translation updates
2004-11-09 14:46:37 +00:00
Bruce Momjian
0d3b8e9a50
Allow win32/cygwin link against the first matching library symbol rather
...
than erroring out. This is the Unix behavior.
2004-11-08 05:23:26 +00:00
Tom Lane
04baa0ebf9
Update pg_dump to use SET DEFAULT_TABLESPACE instead of explicit
...
tablespace clauses; this should improve compatibility of dump files.
Philip Warner, some rework by Tom Lane.
2004-11-06 19:36:02 +00:00
Tom Lane
98e8b48053
Create 'default_tablespace' GUC variable that supplies a TABLESPACE
...
clause implicitly whenever one is not given explicitly. Remove concept
of a schema having an associated tablespace, and simplify the rules for
selecting a default tablespace for a table or index. It's now just
(a) explicit TABLESPACE clause; (b) default_tablespace if that's not an
empty string; (c) database's default. This will allow pg_dump to use
SET commands instead of tablespace clauses to determine object locations
(but I didn't actually make it do so). All per recent discussions.
2004-11-05 19:17:13 +00:00
Peter Eisentraut
bb2d1ce8f1
Translation updates
2004-11-02 09:28:41 +00:00
Peter Eisentraut
005b1b5fc8
Translation updates
2004-11-02 09:20:22 +00:00
Peter Eisentraut
fc4cfc366d
Translation updates
2004-10-28 08:54:09 +00:00
Peter Eisentraut
ad6b3975c9
Translation updates
2004-10-27 11:22:18 +00:00
Peter Eisentraut
cd92d85d11
Translation updates
2004-10-27 11:09:33 +00:00
Peter Eisentraut
979b0be4c3
Translation updates
2004-10-27 10:22:47 +00:00
Peter Eisentraut
eb7fc3eb1f
Translation updates
2004-10-27 10:13:49 +00:00
Dennis Bjorklund
8b9aaea888
Translation update
2004-10-23 14:48:03 +00:00
Dennis Bjorklund
f4eaed6bd9
Translation updates
2004-10-23 06:40:24 +00:00
Peter Eisentraut
4733dcc592
Translation updates
2004-10-22 16:05:02 +00:00
Peter Eisentraut
77c0204a37
Message styling
2004-10-22 16:04:35 +00:00
Tom Lane
877179245d
Tweak pg_dump to handle default tablespaces correctly --- same logic
...
as the corrected pg_get_indexdef code.
2004-10-18 00:20:41 +00:00
Bruce Momjian
88fd162ef6
Allow pg_ctl to determine the server is up when getting a request for a
...
password.
Make password error message a #define and use it consistently.
Sean Chittenden
2004-10-16 03:10:17 +00:00
Bruce Momjian
a49f6ad014
Add full path in error report for version mismatch of binaries.
2004-10-15 04:32:28 +00:00
Bruce Momjian
e92b007715
pg_restore wording improvement, per Peter.
2004-10-13 14:24:16 +00:00
Bruce Momjian
90542f556b
Clarify pg_restore --help wording.
2004-10-13 00:42:53 +00:00
Peter Eisentraut
0fd37839d9
Message style revisions
2004-10-12 21:54:45 +00:00
Tom Lane
07ccbeb360
Include schema name in pg_restore -l output, per request from Phil Endecott.
2004-10-08 15:03:26 +00:00
Bruce Momjian
a5d7ba773d
Adjust comments previously moved to column 1 by pgident.
2004-10-07 15:21:58 +00:00
Bruce Momjian
8a28f50f8a
Improve pgindent processing of comment after 'else'.
...
Improve comment of pg_dump Win32 link workaround.
2004-10-07 13:45:51 +00:00
Neil Conway
3ba0fc760c
Capitalize some SQL keywords the previous commit missed, for consistency.
2004-10-06 23:31:45 +00:00
Bruce Momjian
a95a82e7f0
Uppercase SQL keywords in query for clarity.
2004-10-06 17:43:07 +00:00
Bruce Momjian
dedb53f29c
Fix pg_dumpall to use double-quote for Win32 arguments.
...
Luiz K. Matsumura
2004-10-06 17:02:02 +00:00
Bruce Momjian
da67c919d9
Add Win32 version info to client binaries.
...
Magnus Hagander
2004-10-05 19:30:25 +00:00
Bruce Momjian
2e8252d67a
Fix MinGW link failure with new libpgport processing.
2004-10-04 20:32:58 +00:00
Bruce Momjian
b5ddfb4bd0
Readd -DFRONTEND to client makefiles because it still affects win32.h
...
defines.
2004-10-04 18:05:55 +00:00
Bruce Momjian
24201b4bc6
Make libpgport be front-end only and make libpgport_srv be a backend
...
library that uses palloc, ereport, etc. This simplifies the makefiles
for client applications.
2004-10-04 13:43:59 +00:00
Peter Eisentraut
8d5ff6bad1
Translation update
2004-10-03 20:29:24 +00:00
Tom Lane
bbd1e1cc68
Don't assume PQdb() will return a valid result from a failed connection.
2004-10-01 17:25:55 +00:00
Peter Eisentraut
fbbdfa413e
Translation update
2004-09-20 08:15:29 +00:00
Peter Eisentraut
398d4822a4
Translation updates
2004-09-20 07:57:14 +00:00
Peter Eisentraut
cb2a8a9e00
Translation updates
2004-09-20 07:49:54 +00:00
Peter Eisentraut
fa942e8010
Translation updates
2004-09-20 07:44:42 +00:00
Peter Eisentraut
d69528881a
Translation updates
2004-09-13 12:43:27 +00:00