Activity
From 07/27/2021 to 08/25/2021
08/25/2021
- 03:42 PM Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> I think you should keep the setting(s) for @_temp@ database until #5491-20 is done.
Yes,... - 03:31 PM Feature #5491: custom locale/collation implementations
- Indeed, @load_at_startup@ is not needed for @_temp@. It is actually skipped for this database.
It seems logical to... - 03:27 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Is @load_at_startup@ necessary?
No, not for the @_temp@ database.
BTW, I plan to elimi... - 03:23 PM Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> The @p2jspi.jar@ is used only by H2 databases. The @_temp@ databases are always H2. The @Lo... - 01:12 PM Feature #5491: custom locale/collation implementations
- I have changed manually the access mode of @deploy/lib/spi@ to 644 and I got the exception. However, it complained ab...
08/24/2021
- 06:42 PM Feature #5491: custom locale/collation implementations
- Thanks. Have you tried setting permissions on @spi/fwdspi.jar@ to see if it "breaks" you, too?
- 04:54 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> why the US collation?
This is a good question. Even if the @p2jspi.jar@ is inaccessible, th... - 04:38 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Where might this check for @p2jspi.jar@ be coming from, and why the US collation?
Looks l... - 04:28 PM Feature #5491: custom locale/collation implementations
- Team... I was working with my VM and moved to the new custom locale @en_GB@iso88591_fwd_basic@. The cluster was creat...
08/20/2021
- 04:48 PM Bug #5615: Project builds should copy out p2jpl.jar from FWD
- I encountered a related issue while setting up the pg database on Windows. My installation is on a dedicated drive @Z...
- 02:36 PM Bug #5615: Project builds should copy out p2jpl.jar from FWD
- Vlad had this suggestion:
> Hi Roger.
>
> The goal ant import.db relies on the file p2jpl.jar is located in /us... - 02:36 PM Bug #5615 (New): Project builds should copy out p2jpl.jar from FWD
08/18/2021
- 06:37 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> Will the custom locale part of the "Database Server Setup":/projects/p2j/wiki/Database_Serve... - 05:34 PM Feature #5491: custom locale/collation implementations
- > is this an OS locale customization
It is at the OS level. - 03:04 PM Feature #5491: custom locale/collation implementations
- Will the custom locale part of the "Database Server Setup":/projects/p2j/wiki/Database_Server_Setup_for_PostgreSQL_on...
08/10/2021
- 05:53 PM Feature #4723: make it significantly easier to run database import
- Greg Shah wrote:
> Even if some records are dropped, the system should be left in a workable state. In my opinion, ... - 05:35 PM Feature #4723: make it significantly easier to run database import
- Even if some records are dropped, the system should be left in a workable state. In my opinion, the @p2j_id_generato...
- 05:35 PM Feature #4723: make it significantly easier to run database import
- Yes, I think it is possible to launch @DatabaseDumpChecker@ during import process and passing the current byte mappin...
- 04:39 PM Feature #4723: make it significantly easier to run database import
- I recently noticed that upon importing test data into a PostgreSQL database, I got errors about bytes that could not ...
08/03/2021
- 12:08 PM Feature #5491: custom locale/collation implementations
- If the import process finds the PSC footer it will be able to read and process it.
The correct offsets are not so im... - 11:48 AM Feature #5491: custom locale/collation implementations
- If I am getting @Unable to read PSC footer. Failed magic check.. Heuristic search found a PSC footer candidate. The f...
07/29/2021
- 07:38 AM Feature #5491: custom locale/collation implementations
- I do not know why are those created. The @locale-gen@ seems a bit buggy to me; or at least the command-line help/manu...
- 10:17 PM Feature #5491: custom locale/collation implementations
- Ovidiu, I added the following to my @/etc/locale.gen@ file:...
07/28/2021
- 03:36 PM Feature #5491: custom locale/collation implementations
- Also, please apply the needed changes to Hotel GUI and Hotel ChUI.
- 03:35 PM Feature #5491: custom locale/collation implementations
- Please send an email to the entire team to explain the changes needed to move to rev 12732.
- 03:25 PM Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> Starting with r12732, the collation provider was renamed to @FwdCollatorProvider@ and the j... - 03:17 PM Feature #5491: custom locale/collation implementations
- Starting with r12732, the collation provider was renamed to @FwdCollatorProvider@ and the jar @fwdspi.jar@.
Starting... - 08:08 AM Feature #5491: custom locale/collation implementations
- In Java 11, the SPI will load from the classpath. When we work the move to Java 11, this will be part of the work.
- 07:59 AM Feature #5491: custom locale/collation implementations
- @jrunscript@ is deprecated and will be removed in a future JDK. At the same time @lib/ext@ mechanism is already dropp...
- 07:51 AM Feature #5491: custom locale/collation implementations
- I prefer to avoid @jrunscript@ because it is an additional dependency which then must be configured/maintained. For ...
- 06:49 AM Feature #5491: custom locale/collation implementations
- Here is a solution:...
07/27/2021
- 05:15 PM Feature #5491: custom locale/collation implementations
- > We need to locate this directory first. Is there are OS level setting for it or we need to manipulate the path of @...
- 05:08 PM Feature #5491: custom locale/collation implementations
- Starting in Java 9, we will be able to load it from the classpath so this will "go away". We will be moving from Jav...
- 04:28 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> I would think you should be able to include a colon-separated (or semi-colon separated on Wi... - 04:24 PM Feature #5491: custom locale/collation implementations
- Roger Borrello wrote:
> I would think you should be able to include a colon-separated (or semi-colon separated on Wi... - 04:07 PM Feature #5491: custom locale/collation implementations
- I guess that we need to add the JRE's ext dir into the dir list that is passed so that both the JRE ext dir and our c...
- 04:05 PM Feature #5491: custom locale/collation implementations
- Ovidiu Maxiniuc wrote:
> The @-Djava.locale.providers=SPI,JRE@ seems to be irrelevant I did not notice any change in... - 04:01 PM Feature #5491: custom locale/collation implementations
- The @-Djava.locale.providers=SPI,JRE@ seems to be irrelevant I did not notice any change in behaviour regardless of i...
- 12:36 PM Support #5183: database collation
- I do not think this is a problem. Please follow this steps:
# edit @/etc/locale.gen@ (as root) and uncomment @en_US.... - 11:44 AM Support #5183: database collation
- > Isn't this enough?
It is enough for any customer that is able to implement the custom locales. It won't work fo... - 10:55 AM Support #5183: database collation
- With latest FWD support for locale/collations, if the PG cluster is created like this:...
- 06:20 AM Support #5183 (WIP): database collation
- 06:18 AM Support #5183: database collation
- I would like to have the same 8859-1 analysis done for the other two codepages/collations which we are supporting (88...
- 06:11 AM Support #5183: database collation
- I reviewed the page and it is good for the initial purpose of this task. I've sent the customer the link.
We have...
Also available in: Atom