You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
piro@risotto:~$ pgxn search oracle
first_last_agg 0.1.4
... which do you get and for emulating a similar functionality from
*Oracle*. Author Jan Urbański, based on code from the PostgreSQL wiki,
specifically on the SQL definitions of first and last taken from...
imcs 0.1.6
.. There are also extensions to existed DBMSes, such as "*Oracle* In-
Memory Option". This plug-in tries to provide such functionality for
PostgreSQL.
pgTAP 0.95.0
Examples: SELECT fdw_privs_are( '*oracle*', 'fred', ARRAY['USAGE'],
'Fred should be granted USAGE on fdw "*oracle*"' ); SELECT
fdw_privs_are( 'log_csv', ARRAY['USAGE'] ); If the role is granted...
piro@risotto:~$ pgxn search oracle | cat
first_last_agg 0.1.4
... which do you get and for emulating a similar functionality from
ERROR: unexpected error: UnicodeEncodeError - 'ascii' codec can't encode character u'\u0144' in position 29: ordinal not in range(128)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pgxnclient/cli.py", line 59, in script
main(args)
File "/usr/local/lib/python2.7/dist-packages/pgxnclient/cli.py", line 31, in main
run_command(opt, parser)
File "/usr/local/lib/python2.7/dist-packages/pgxnclient/commands/__init__.py", line 96, in run_command
return opts.cmd(opts, parser=parser).run()
File "/usr/local/lib/python2.7/dist-packages/pgxnclient/commands/info.py", line 95, in run
print " " + line
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0144' in position 29: ordinal not in range(128)
Difference seems stdout encoding:
The text was updated successfully, but these errors were encountered: