postgres user writes:
> I am trying to build PL/Perl procedural language to my PostgreSQL server
> installation but I want to do it without passing --with-perl flag to the
> configure script of PostgreSQL.
Why?
If you don't want to overwrite your existing installation, I'd suggest
reconfigure wi
Ankit Sablok writes:
> while running "make world" after the configure script I am constantly
> receiving the following error and I am not able to find much help on web
> regarding the same :
> /bin/sh ../../../config/missing osx -D. -x lower -i include-xslt-index
> postgres.sgml >postgres.xmltmp
On 01/15/2017 12:56 AM, Ankit Sablok wrote:
Hi,
I am trying to install PostgreSQL from git source repo on my Ubuntu box
the details of which are as follows :
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial
while running "make world" after the configure script
On 01/15/2017 12:56 AM, Ankit Sablok wrote:
Hi,
I am trying to install PostgreSQL from git source repo on my Ubuntu box
the details of which are as follows :
Distributor ID:Ubuntu
Description:Ubuntu 16.04.1 LTS
Release:16.04
Codename:xenial
while running "make world" after the configure script
I for one would love having something like this available. I also know
i've seen discussed in the past, divorcing the physical column order from
the logical column order, which seems like it'd be useful here as well to
not break the workflow of those who do use ordinal positions for columns.
|From: Nicolas Paris
|Hello,
|In postgresl order of columns does have an non negligeable impact on table
|size[1].
|Table are in many cases dynamic, and new fields can appear in the database
life.
|I suspect re-ordering columns based on types would be an automatisable task
|
|Moreover, most client
On Sun, Jan 15, 2017 at 6:35 AM, postgres user
wrote:
> The already installed Postgres edition was built using the same
> installation procedure as mentioned in the docs, but without the use of
> --with-perl flag. the point I ask the question is because I want to install
> PL/Perl as a separate e
The already installed Postgres edition was built using the same
installation procedure as mentioned in the docs, but without the use of
--with-perl flag. the point I ask the question is because I want to install
PL/Perl as a separate extension as one does with PostGIS and not along with
Postgres in
Hi
2017-01-15 10:58 GMT+01:00 Nicolas Paris :
> Hello,
>
> In postgresl order of columns does have an non negligeable impact on table
> size[1].
> Table are in many cases dynamic, and new fields can appear in the database
> life.
> I suspect re-ordering columns based on types would be an automati
Hello,
In postgresl order of columns does have an non negligeable impact on table
size[1].
Table are in many cases dynamic, and new fields can appear in the database life.
I suspect re-ordering columns based on types would be an automatisable task
would be feaseable such:
```
reorderTableWithTe
On 1/15/2017 1:15 AM, postgres user wrote:
I am trying to build PL/Perl procedural language to my PostgreSQL
server installation but I want to do it without passing --with-perl
flag to the configure script of PostgreSQL. It would also help if
someone can explain the meaning of --with-perl flag
Hi,
I am trying to build PL/Perl procedural language to my PostgreSQL server
installation but I want to do it without passing --with-perl flag to the
configure script of PostgreSQL. It would also help if someone can explain
the meaning of --with-perl flag in a detailed fashion altogether as it
mig
Hi,
I am trying to install PostgreSQL from git source repo on my Ubuntu box the
details of which are as follows :
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
while running "make world" after the configure script I am constantly
receiving the following e
13 matches
Mail list logo