Re: [DOCS] duplicated index entry found ...

2003-08-14 Thread Tom Lane
The Hermit Hacker <[EMAIL PROTECTED]> writes: > duplicated index entry found, CHARACTER STRINGS LENGTH > duplicated index entry found, LENGTH CHARACTER STRINGS > duplicated index entry found, SUBSTRING > duplicated index entry found, SUBSTRING > 4 entries ignored... Yeah, I've been seeing that for

[DOCS] Error message listing?

2003-08-14 Thread Josh Berkus
Folks, Am I missing something here? We're preparing for migration, but I can't find anywhere a centralized list of the new error messages. Is it in the source somewhere? If so, can we add it to the documentation? -- -Josh Berkus Aglio Database Solutions San Francisco -

Re: [DOCS] Error message listing?

2003-08-14 Thread Tom Lane
Josh Berkus <[EMAIL PROTECTED]> writes: > Am I missing something here? We're preparing for migration, but I > can't find anywhere a centralized list of the new error messages. Is > it in the source somewhere? If so, can we add it to the > documentation? You could make one by running gettext ---

Re: [DOCS] Error message listing?

2003-08-14 Thread Josh Berkus
Tom, > Or were you looking for src/include/utils/errcodes.h ? More or less. The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages

Re: [DOCS] Error message listing?

2003-08-14 Thread Francois Suter
The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages and/or codes are before migrating. I concur, I have such an application and it

Re: [DOCS] Error message listing?

2003-08-14 Thread Tom Lane
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Tom Lane writes: >> Or were you looking for src/include/utils/errcodes.h ? > I think we should put such a list in the documentation, at least for those > error codes that we have really assigned. I have no objection to that. I have doubts about the

Re: [DOCS] Error message listing?

2003-08-14 Thread elein
The point of including the message texts is for people supporting various versions who are looking directly at the message texts for earlier versions. This also allows them to upgrade the error handling to use the new error codes instead of relying on the message text (which is what we want). ele

Re: [DOCS] duplicated index entry found ...

2003-08-14 Thread Peter Eisentraut
Tom Lane writes: > The Hermit Hacker <[EMAIL PROTECTED]> writes: > > duplicated index entry found, CHARACTER STRINGS LENGTH > > duplicated index entry found, LENGTH CHARACTER STRINGS > > duplicated index entry found, SUBSTRING > > duplicated index entry found, SUBSTRING > > 4 entries ignored... >

Re: [DOCS] Error message listing?

2003-08-14 Thread Francois Suter
The issue is that many projects have internal code to handle PG error messages by parsing them for certain text. The overhaul of message handling is going to break that code; users need to know what the new messages and/or codes are before migrating. I concur, I have such an application and it

Re: [DOCS] Error message listing?

2003-08-14 Thread Peter Eisentraut
Tom Lane writes: > Or were you looking for src/include/utils/errcodes.h ? I think we should put such a list in the documentation, at least for those error codes that we have really assigned. -- Peter Eisentraut [EMAIL PROTECTED] ---(end of broadcast)--