On Tue, Sep 4, 2012 at 3:00 AM, wrote:
> The following bug has been logged on the website:
>
> Bug reference: 7517
> Logged by: Katsuhito Habaguchi
> Email address: katsuhito.habagu...@fujixerox.co.jp
> PostgreSQL version: 8.3.20
> Operating system: Windows Server 2008 R2
> D
The following bug has been logged on the website:
Bug reference: 7518
Logged by: Daichi Matsusaka
Email address: matsus...@sraoss.co.jp
PostgreSQL version: 9.1.5
Operating system: (Centos5)
Description:
Hi,
I think manual "COPY" command to be in the wrong.
postgres
Hi,
It's not bug.
> postgres=# COPY table_name TO '/tmp/out.csv' FORMAT 'CSV';
This should be the following.
COPY table_name TO '/tmp/out.csv' (FORMAT 'CSV')
On Tue, 04 Sep 2012 09:02:12 +
matsus...@sraoss.co.jp wrote:
> The following bug has been logged on the website:
>
> Bug refer
murr...@murrayc.com writes:
> At some point, probably in 9.1.5, the -k option to Postgres ("Unix-domain
> socket location" in --help), stopped accepting paths that contain spaces.
> For instance,
> -k '/tmp/testglom2FPDKW/path with spaces/some_postgres_data'
> It now fails with this error:
> FATA
Bruce Momjian wrote:
> On Mon, Apr 9, 2012 at 02:07:43PM -0500, Kevin Grittner wrote:
>> Bruce Momjian wrote:
>>> On Mon, Apr 09, 2012 at 03:37:09PM -0300, Alvaro Herrera wrote:
>>>
(Another related tool is clearxlogtail which zeroes areas from
WAL files when they are empty because of
On Tue, Sep 4, 2012 at 12:11:53PM -0500, Kevin Grittner wrote:
> Bruce Momjian wrote:
> > On Mon, Apr 9, 2012 at 02:07:43PM -0500, Kevin Grittner wrote:
> >> Bruce Momjian wrote:
> >>> On Mon, Apr 09, 2012 at 03:37:09PM -0300, Alvaro Herrera wrote:
> >>>
> (Another related tool is clearxl
Bruce Momjian wrote:
> On Tue, Sep 4, 2012 at 12:11:53PM -0500, Kevin Grittner wrote:
>> What do you think would be the right thing to do with it at this
>> point?
>
> Well, there should probably be a tar files with a README. What
> about adding this to /contrib?
I would be happy to add it
On Tue, Sep 4, 2012 at 12:49:40PM -0500, Kevin Grittner wrote:
> Bruce Momjian wrote:
> > On Tue, Sep 4, 2012 at 12:11:53PM -0500, Kevin Grittner wrote:
>
> >> What do you think would be the right thing to do with it at this
> >> point?
> >
> > Well, there should probably be a tar files with
Excerpts from Tom Lane's message of vie ago 31 17:50:41 -0400 2012:
> Alvaro Herrera writes:
> > 2. During ALTER EXTENSION execution, skip moving objects that have
> > already been moved. Not really sure how this would be implemented;
>
> +1 for this approach. I'm a bit surprised we didn't hit
Alvaro Herrera writes:
> Putting this kind of change this late in the 9.2 release process makes
> me a bit nervous, but I don't see a simpler way to solve the problem.
This is a pre-existing bug, not something new in 9.2, and quite honestly
I don't think we should try to fix it under time pressur
The following bug has been logged on the website:
Bug reference: 7519
Logged by: Lokendra Dixit
Email address: lokendra.di...@rmsi.com
PostgreSQL version: 8.4.11
Operating system: Windows 7
Description:
Hi,
1.When I am taking bacup and restore two three times when
On Tue, 2012-09-04 at 10:31 -0400, Tom Lane wrote:
> murr...@murrayc.com writes:
> > At some point, probably in 9.1.5, the -k option to Postgres ("Unix-domain
> > socket location" in --help), stopped accepting paths that contain spaces.
>
> > For instance,
> > -k '/tmp/testglom2FPDKW/path with spa
wrote:
> PostgreSQL version: 8.4.11
> 1.When I am taking bacup and restore two three times when databse
> size automatically incresed please descrive the solution.
>
> 2. I have created non cluster index on tables to increase query
> performance at same time performance incresed but after on
Dear Mr.Hagander.
Thank you for your answer to my report.
> The error occurred on the server, not the client if you got that message.
> The question is what you did on the server when it happened.
I describe the situation when the error occurred a little in detail.
The client application connect
The following bug has been logged on the website:
Bug reference: 7520
Logged by: Sergio Basurto
Email address: sbasu...@soft-gator.com
PostgreSQL version: 9.1.4
Operating system: Gentoo
Description:
I am using regexp_matches in a function like this
create or replace f
Hello pgsql-bugs list,
I have attached a patch file that I believe resolves a compatibility
issue with Windows 8 RTM and postgresql. The impatient might want to
just read the patch, this email is longer than it probably should be. I
have CC'd Seiko Ishida who expressed an interest in Windows
sbasu...@soft-gator.com writes:
> I am using regexp_matches in a function like this
> create or replace function test (v_string in text)
> returns varchar as $$
> declare
> i_strings text[];
> i_stringtext[];
> i_strings :=
> regexp_matches(v_string,E'[a-zA-Z0-9
17 matches
Mail list logo