Skip to content
#

pgsql

Here are 150 public repositories matching this topic...

martinko2009
martinko2009 commented Jul 17, 2018

1、我最近在使用Enterprisedb 10.4,然后参照下面的文章:https://www.enterprisedb.com/docs/en/10.0/Ora_Reference_Guide_v10/Database_Compatibility_for_Oracle_Developers_Reference_Guide.1.035.html

在pg admin里面输入了下面这些代码
CREATE DATABASE LINK chicago
CONNECT TO sue IDENTIFIED BY 'mypassword'
USING oci '//127.0.0.1/acctg';

但是却报了下面这个错,很疑惑,语法都是按照文档上来的,为什么会有这个问题呢
ERROR: syntax error at or near "TO"
SQL state: 4

jonesmz
jonesmz commented Oct 9, 2019

Boost.Coroutine is, clearly, an extremely powerful framework. However, I am in a situation where adopting Boost.Coroutine is not currently an option.

I would like to see examples that don't use coroutines, that accomplish similar things to what's found here: https://github.com/yandex/ozo/blob/master/examples/request.cpp

For my situation, I am attempting to use OZO to replace libpqxx. Both OZ

tollmanz
tollmanz commented Nov 8, 2018

When a repo's README is lowercase (i.e., readme.md), Archbot will add a capitalized version of the file README.md when adding the badge. This causes issues when an OS X user checks out the repo due to Git being case insensitive on OS X. Git will checkout readme.md, then overwriting it with README.md. Mass confusion ensues!

Expected Behavior

Archbot should not change the case of

Improve this page

Add a description, image, and links to the pgsql topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pgsql topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.