No title

Started by Jim McNamaraalmost 4 years ago3 messagesgeneral
Jump to latest
#1Jim McNamara
nefariousscheme@gmail.com

Hi -

Does anyone use the gawk extension? I think it is the coolest thing.

I see that it installed .so files on my system from the fedora package
manager but there is no .sql file or control file in the extension
directory.

I searched with kfind utility and didn't find anything.

I can't seem to use create extension to get it installed.

Please help if you know the trick.

thanks

#2Jim McNamara
nefariousscheme@gmail.com
In reply to: Jim McNamara (#1)
Fwd:

gawk extension for postgresql

---------- Forwarded message ---------
From: Jim McNamara <nefariousscheme@gmail.com>
Date: Wed, Jun 8, 2022 at 6:51 AM
Subject:
To: <pgsql-general@lists.postgresql.org>

Hi -

Does anyone use the gawk extension? I think it is the coolest thing.

I see that it installed .so files on my system from the fedora package
manager but there is no .sql file or control file in the extension
directory.

I searched with kfind utility and didn't find anything.

I can't seem to use create extension to get it installed.

Please help if you know the trick.

thanks

#3Ian Lawrence Barwick
barwick@gmail.com
In reply to: Jim McNamara (#1)
Re:

2022年6月8日(水) 19:51 Jim McNamara <nefariousscheme@gmail.com>:

Hi -

Does anyone use the gawk extension? I think it is the coolest thing.

I see that it installed .so files on my system from the fedora package manager but there is no .sql file or control file in the extension directory.

I searched with kfind utility and didn't find anything.

I can't seem to use create extension to get it installed.

Please help if you know the trick.

Are you talking about this: http://gawkextlib.sourceforge.net/pgsql/pgsql.html ?

I haven't used it, but from the description it sounds like an extension for the
gawk utility which provides PostgreSQL connectivity via libpq, not an extension
to be installed in PostgreSQL.

Regards

Ian Barwick