Re: Row ordering after CREATE TABLE AS...SELECT regexp_split_to_table(source_text, regexp) AS new_column
В списке pgsql-general по дате отправления:
| От | Alvaro Herrera |
|---|---|
| Тема | Re: Row ordering after CREATE TABLE AS...SELECT regexp_split_to_table(source_text, regexp) AS new_column |
| Дата | |
| Msg-id | 20100224142006.GF3790@alvh.no-ip.org обсуждение |
| Ответ на | Re: Row ordering after CREATE TABLE AS...SELECT regexp_split_to_table(source_text, regexp) AS new_column (John Gage <jsmgage@numericable.fr>) |
| Список | pgsql-general |
John Gage wrote: > Unfortunately, it prompts a new question. I am using 8.4.2 which I > assume is new enough to trigger a "yes" response to "If you have a > version new enough to have synchronize_seqscans...". I have > absolutely no idea how to turn that off. Perhaps the best thing > would be to direct me to the documentation where turning it off is > described so that I can become more autonomous. However, > accompanying that with explicit directions would be welcome too. See postgresql.conf, but you probably want to leave it turned on in general and turn it off only for the specific case of this usage. (Using the SET command, or ALTER ROLE, or ALTER DATABASE). See here http://www.postgresql.org/docs/8.4/static/runtime-config-compatible.html#RUNTIME-CONFIG-COMPATIBLE-VERSION -- Alvaro Herrera http://www.CommandPrompt.com/ PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера