[PATCHES] psql: \dg and groups for \du

2003-11-02 Thread Markus Bertheau
Hi, attached is a patch that adds display of the groups a user belongs to to \du and a \dg command to psql. It's against 7.4beta5. -- Markus Bertheau <[EMAIL PROTECTED]> diff -ru postgresql-7.4beta5.orig/src/bin/psql/command.c postgresql-7.4beta5/src/bin/psql/command.c --- postgres

Re: [PATCHES] Patch for psql startup clarity

2004-01-30 Thread Markus Bertheau
way is completely unimportant and irrelevant to the user. -- Markus Bertheau <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [PATCHES] Patch for psql startup clarity

2004-02-01 Thread Markus Bertheau
On ÐÑÐ, 2004-02-01 at 20:09 +0100, Peter Eisentraut wrote: > Markus Bertheau wrote: > > Ð ÐÑÐ, 30.01.2004, Ð 23:45, David Fetter ÐÐÑÐÑ: > > > \? for help on internal slash (i.e. psql) commands > > > > I think it should be > > > > \? for help with psql comm

Re: [PATCHES] First attempt: support for "\dg" in psql

2004-07-02 Thread Markus Bertheau
ntly on the todo page. [1] http://developer.postgresql.org/todo.php Thanks. -- Markus Bertheau <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister

Re: [PATCHES] First attempt: support for '\dg' in psql

2004-07-07 Thread Markus Bertheau
, what about stroke through: done TODO item -- Markus Bertheau <[EMAIL PROTECTED]>

[PATCHES] TODO item: remove postmaster -o option

2006-03-05 Thread Markus Bertheau
Hi, attached is a patch against HEAD that removes the postmaster's -o option. It passes make check on i386 Ubuntu 5.10. I sent an e-mail earlier today asking about the status of this TODO item to -hackers. No answers so far :) Markus Bertheau ? GNUmakefile ? config.log ? config.status ? co

Re: [PATCHES] TODO item: remove postmaster -o option

2006-03-05 Thread Markus Bertheau
ries and the > conflicting options. The docs say "The use of this option is obsolete; all command-line options for server processes can be specified directly on the postmaster command line" Markus Bertheau ---(end of broadcast)--- TIP 4: H

Re: [PATCHES] [SQL] array_in: '{}}'::text[]

2004-08-28 Thread Markus Bertheau
ty array */ > + if (empty_array) > + return 0; Here's the second special case for empty arrays. -- Markus Bertheau <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[PATCHES] contrib/xml2: add function xml_encode_special_chars

2004-11-05 Thread Markus Bertheau
Hi, attached is a patch that adds the function xml_encode_special_chars to the xml2 contrib module. It's against 8.0beta4. It's intended for commit. I would have CC'ed the author, John Gray, but I was unable to find his email address. -- Markus Bertheau <[EMAIL PROTECTED]>

Re: [PATCHES] contrib/xml2: add function xml_encode_special_chars

2004-11-05 Thread Markus Bertheau
Ð ÐÐÑ, 06.11.2004, Ð 01:24, Peter Eisentraut ÐÐÑÐÑ: > Markus Bertheau wrote: > > attached is a patch that adds the function xml_encode_special_chars > > to the xml2 contrib module. It's against 8.0beta4. It's intended for > > commit. > > Would you also tell

Re: [PATCHES] contrib/xml2: add function xml_encode_special_chars

2004-11-06 Thread Markus Bertheau
Ð ÐÐÑ, 06.11.2004, Ð 23:13, Simon Riggs ÐÐÑÐÑ: > On Sat, 2004-11-06 at 00:36, Markus Bertheau wrote: > > Ð ÐÐÑ, 06.11.2004, Ð 01:24, Peter Eisentraut ÐÐÑÐÑ: > > > Markus Bertheau wrote: > > > > attached is a patch that adds the function xml_encode_special_chars >

Re: [PATCHES] contrib/xml2: add function xml_encode_special_chars

2004-11-06 Thread Markus Bertheau
Ð ÐÑÐ, 07.11.2004, Ð 00:55, Peter Eisentraut ÐÐÑÐÑ: > Markus Bertheau wrote: > > It calls the similarly named function from libxml2. It replaces > > characters that carry a special meaning in XML (<, >, &, " and \r) > > with their respective XML entities. >

Re: [PATCHES] contrib/xml2: add function xml_encode_special_chars

2004-11-07 Thread Markus Bertheau
Ð ÐÑÐ, 07.11.2004, Ð 09:33, Simon Riggs ÐÐÑÐÑ: > On Sat, 2004-11-06 at 23:42, Markus Bertheau wrote: > > Ð ÐÐÑ, 06.11.2004, Ð 23:13, Simon Riggs ÐÐÑÐÑ: > > > On Sat, 2004-11-06 at 00:36, Markus Bertheau wrote: > > > > Ð ÐÐÑ, 06.11.2004, Ð 01:24, Peter Eisentraut ÐÐ

Re: [PATCHES] Preliminary patch for on-the-fly relpages/reltuples

2004-12-06 Thread Markus Bertheau
standing a thing about the PG source code, and judging from the variable names, wouldn't you want ceil(num_tuples + (num_tuples - tuples_removed) * 0.5) instead? > + vac_update_relstats(RelationGetRelid(rel), num_pages, num_tuples, > +

Re: [PATCHES] is it a bug ?

2005-03-04 Thread Markus Bertheau
to match your preferred encoding? Usually gettext handles this for you. And in fact, postgres.mo for russian is encoded in KOI8-R and messages from the server are displayed correctly UTF-8 database sessions under a UTF-8 locale. Markus -- Markus Bertheau <[EMAIL PROTECTED]> signature.asc

Re: [PATCHES] [BUGS] Incomplete docs for restore_command for hot standby

2008-02-25 Thread Markus Bertheau
2008/2/22, Simon Riggs <[EMAIL PROTECTED]>: > On Thu, 2008-02-21 at 08:01 +0600, Markus Bertheau wrote: > > > > Section 24.3.3.1 states about restore_command: > > > > "The command will be asked for file names that are not present in the > > a

Re: [PATCHES] [HACKERS] UTF8 or Unicode

2005-03-02 Thread Markus Bertheau
not the encoding itself." from http://www.cl.cam.ac.uk/~mgk25/unicode.html#utf-8 Thanks -- Markus Bertheau â <[EMAIL PROTECTED]> ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send &