forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite444d9a
committed
Improve indentation of sublists:< The proper solution to this will probably the use of a master/slave< replication solution like Sloney and a connection pooling tool like< pgpool.> The proper solution to this will probably the use of a master/slave> replication solution like Sloney and a connection pooling tool like> pgpool.114,116c114,116< You can use any of the master/slave replication servers to use a< standby server for data warehousing. To allow read/write queries to< multiple servers, you need multi-master replication like pgcluster.> You can use any of the master/slave replication servers to use a> standby server for data warehousing. To allow read/write queries to> multiple servers, you need multi-master replication like pgcluster.166,167c166,167< Currently large objects entries do not have owners. Permissions can< only be set at the pg_largeobject table level.> Currently large objects entries do not have owners. Permissions can> only be set at the pg_largeobject table level.173c173< This requires the TOAST column to be stored EXTERNAL.> This requires the TOAST column to be stored EXTERNAL.359,360c359,360< One complexity is whether moving a schema should move all existing< schema objects or just define the location for future object creation.> One complexity is whether moving a schema should move all existing> schema objects or just define the location for future object creation.364,365c364,365< Currently non-global system tables must be in the default database< schema. Global system tables can never be moved.> Currently non-global system tables must be in the default database> schema. Global system tables can never be moved.371,375c371,375< This might require some background daemon to maintain clustering< during periods of low usage. It might also require tables to be only< paritally filled for easier reorganization. Another idea would< be to create a merged heap/index data file so an index lookup would< automatically access the heap data too.> This might require some background daemon to maintain clustering> during periods of low usage. It might also require tables to be only> paritally filled for easier reorganization. Another idea would> be to create a merged heap/index data file so an index lookup would> automatically access the heap data too.379,380c379,380< To do this, determine the ideal cluster index for each system< table and set the cluster setting during initdb.> To do this, determine the ideal cluster index for each system> table and set the cluster setting during initdb.385,386c385,386< This requires the use of a savepoint before each COPY line is< processed, with ROLLBACK on COPY failure.> This requires the use of a savepoint before each COPY line is> processed, with ROLLBACK on COPY failure.395,398c395,398< This requires using the row ctid to map cursor rows back to the< original heap row. This become more complicated if WITH HOLD cursors< are to be supported because WITH HOLD cursors have a copy of the row< and no FOR UPDATE lock.> This requires using the row ctid to map cursor rows back to the> original heap row. This become more complicated if WITH HOLD cursors> are to be supported because WITH HOLD cursors have a copy of the row> and no FOR UPDATE lock.405,406c405,406< Because WITH HOLD cursors exist outside transactions, this allows< them to be listed so they can be closed.> Because WITH HOLD cursors exist outside transactions, this allows> them to be listed so they can be closed.413,415c413,415< This is useful for returning the auto-generated key for an INSERT.< One complication is how to handle rules that run as part of< the insert.> This is useful for returning the auto-generated key for an INSERT.> One complication is how to handle rules that run as part of> the insert.422c422< This is basically the same as SET search_path.> This is basically the same as SET search_path.426,427c426,427< This requires a checking function to be called after the server< configuration file is read.> This requires a checking function to be called after the server> configuration file is read.432c432< Currently only constants are supported.> Currently only constants are supported.438,439c438,439< This requires the cached PL/PgSQL byte code to be invalidated when< an object referenced in the function is changed.> This requires the cached PL/PgSQL byte code to be invalidated when> an object referenced in the function is changed.512,513c512,513< Document differences between ecpg and the SQL standard and< information about the Informix-compatibility module.> Document differences between ecpg and the SQL standard and> information about the Informix-compatibility module.
1 parent51aacec commite444d9a
1 file changed
+40
-40
lines changedLines changed: 40 additions & 40 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
115 |
| - | |
116 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
167 |
| - | |
| 166 | + | |
| 167 | + | |
168 | 168 |
| |
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
173 |
| - | |
| 173 | + | |
174 | 174 |
| |
175 | 175 |
| |
176 | 176 |
| |
| |||
356 | 356 |
| |
357 | 357 |
| |
358 | 358 |
| |
359 |
| - | |
360 |
| - | |
| 359 | + | |
| 360 | + | |
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
365 |
| - | |
| 364 | + | |
| 365 | + | |
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 |
| - | |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
376 | 376 |
| |
377 | 377 |
| |
378 | 378 |
| |
379 |
| - | |
380 |
| - | |
| 379 | + | |
| 380 | + | |
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
386 |
| - | |
| 385 | + | |
| 386 | + | |
387 | 387 |
| |
388 | 388 |
| |
389 | 389 |
| |
| |||
392 | 392 |
| |
393 | 393 |
| |
394 | 394 |
| |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 | 404 |
| |
405 |
| - | |
406 |
| - | |
| 405 | + | |
| 406 | + | |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 | 412 |
| |
413 |
| - | |
414 |
| - | |
415 |
| - | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 | 421 |
| |
422 |
| - | |
| 422 | + | |
423 | 423 |
| |
424 | 424 |
| |
425 | 425 |
| |
426 |
| - | |
427 |
| - | |
| 426 | + | |
| 427 | + | |
428 | 428 |
| |
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
432 |
| - | |
| 432 | + | |
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
438 |
| - | |
439 |
| - | |
| 438 | + | |
| 439 | + | |
440 | 440 |
| |
441 | 441 |
| |
442 | 442 |
| |
| |||
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
512 |
| - | |
513 |
| - | |
| 512 | + | |
| 513 | + | |
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
|
0 commit comments
Comments
(0)