Re: [HACKERS] Postgres config file: autocommit = off

2003-06-07 Thread Alvaro Herrera
On Mon, Jun 02, 2003 at 03:14:33PM -0400, Bruce Momjian wrote: > > Oh, yes, sorry, I was confusing psql -c and -f. -c is clearly different. But if -f follows the ~/.psqlrc variable, then you'll definitively will have to put back the "SET AUTOCOMMIT to off" to scripts... (vacuumdb and clusterdb s

Re: [HACKERS] Proposal to Re-Order Postgresql.Conf, part II

2003-06-07 Thread Rod Taylor
> 4) Does anyone else have any comments on the proposed re-ordering? Since we're painting a shed, does it make sense to put the items in alphabetical order for each section? -- Rod Taylor <[EMAIL PROTECTED]> PGP Key: http://www.rbt.ca/rbtpub.asc signature.asc Description: This is a digitally

Re: [HACKERS] default locale considered harmful? (was Re: [GENERAL]

2003-06-07 Thread scott.marlowe
On Thu, 5 Jun 2003, Alvaro Herrera Munoz wrote: > On Thu, Jun 05, 2003 at 09:44:21AM -0600, scott.marlowe wrote: > > On Thu, 5 Jun 2003, Nigel J. Andrews wrote: > > > Everything Nigel just wrote plus one thing. > > > > If it comes down to it, we could always require a --locale setting and > > r

Re: [HACKERS] Testing the return value of fclose() in the backend

2003-06-07 Thread Bruce Momjian
Added to TODO: * Add checks for fclose() failure --- Gavin Sherry wrote: > On Fri, 30 May 2003, Tom Lane wrote: > > > Bruce Momjian <[EMAIL PROTECTED]> writes: > > > Gavin Sherry wrote: > > >> There are various pl

Re: [HACKERS] Problems with renaming a column

2003-06-07 Thread Rod Taylor
> > As an interface writer, do you prefer dealing with functions like > > pg_get_constraintdef() or a view like the information schema provides? > > > > I would think it is easier to get the information from the information > schema. That's most like what we're doing now getting the information

[HACKERS] Result of a query(Need Help)

2003-06-07 Thread Srikanth M
Hi! Could anyone tell me where excatly the result of a query is stored after the query is passed to pg_exec_query_string function and before it is printed. Please give me information about the Data structures where the result is stored Bye Srikanth ---(end o

Re: [HACKERS] Wrong version of jdbc in 7.3.3 rpms

2003-06-07 Thread Dave Cramer
Lamar, I would prefer that it stay in the main source tree, (however there is no compelling reason for this) and that we have a seperate rpm that we can make, however Barry may have a different opinion. My reasoning for keeping it in the main source tree is that it makes it easier for people to d

[HACKERS] Groups and roles

2003-06-07 Thread Peter Eisentraut
I'm looking at representing privileges granted to groups in the information schema. For that purpose I would like to use the views that the standard defines for "roles". Therefore I ask whether everyone agrees that groups and roles are basically equivalent concepts (and perhaps that we might in t

Re: [HACKERS] Status during copy [patch]

2003-06-07 Thread Bruce Momjian
Added to TODO: o Have COPY return number of rows loaded/unloaded This is a backend change to return the number of rows affected as part of the command status string returned, like we do with UPDATE/INSERT/DELETE. --

Re: [HACKERS] [GENERAL] Anonymous CVS access

2003-06-07 Thread The Hermit Hacker
cvsweb.cgi is fixed ... working on the rest tonight ... On Wed, 4 Jun 2003, Joe Conway wrote: > (moving to HACKERS) > > Bruno Wolff III wrote: > > The CVS server seems to be working again, but logging in with an empty > > password doesn't work. The web interface to anonymous CVS doesn't > > work

Re: [HACKERS] Proposal to Re-Order Postgresql.Conf, part II

2003-06-07 Thread Robert Treat
On Thu, 2003-06-05 at 11:23, Josh Berkus wrote: > > 4) Does anyone else have any comments on the proposed re-ordering? > I think this was touched on before, but was there a final determination of the ordering of the "show all" command? I'm hoping that will return in the new order of the postgres