Обсуждение: PL/pgSQL location in RH7.2?
Does anyone know in which directory PL/pgSQL is located in Red Hat 7.2? I supposed to add this language to an existing postgreSQL installation using 'createlang' but so far I've been unable to located the pgsql/bin directory :-( -------------------------------------------------------------- Rasmus T. Mohr Direct : +45 36 910 122 Application Developer Mobile : +45 28 731 827 Netpointers Intl. ApS Phone : +45 70 117 117 Vestergade 18 B Fax : +45 70 115 115 1456 Copenhagen K Email : mailto:rmo@netpointers.com Denmark Website : http://www.netpointers.com --------------------------------------------------------------
Rasmus Mohr <rmo@Netpointers.com> writes:
> Does anyone know in which directory PL/pgSQL is located in Red Hat 7.2?
[tgl@rh1 tgl]$ rpm -ql `rpm -qa | grep postgres` | grep plpgsql
/usr/share/doc/postgresql-7.1.3/html/plpgsql-description.html
/usr/share/doc/postgresql-7.1.3/html/plpgsql-examples.html
/usr/share/doc/postgresql-7.1.3/html/plpgsql-porting.html
/usr/share/doc/postgresql-7.1.3/html/plpgsql-trigger.html
/usr/share/doc/postgresql-7.1.3/html/plpgsql.html
/usr/lib/pgsql/plpgsql.so
[tgl@rh1 tgl]$
regards, tom lane